]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix Xen driver to have sensible error messages
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 19 Jul 2012 15:35:11 +0000 (16:35 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 20 Jul 2012 11:40:10 +0000 (12:40 +0100)
commita8483d425e4541ced7df983adc936323ed3a4efa
tree25438c232406b6573e1307fb4d0031c7b563e5dd
parentfdf588a63d2d1af84404a67c131e639d52b99fac
Fix Xen driver to have sensible error messages

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
cfg.mk
src/xen/xen_hypervisor.c