• D
    Fix Xen driver to have sensible error messages · a8483d42
    Daniel P. Berrange 提交于
    The Xen driver had a number of error reports which passed a
    constant string without format specifiers and was missing
    "%s". Furthermore the errors were related to failing system
    calls, but virReportSystemError was not used. So the only
    useful piece of info (the errno) was being discarded
    a8483d42
xen_hypervisor.c 112.0 KB