]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Ensure failure to talk to Xen hypervisor is fatal when privileged
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 20 Jul 2012 13:52:44 +0000 (14:52 +0100)
committerCole Robinson <crobinso@redhat.com>
Sun, 12 Aug 2012 23:23:51 +0000 (19:23 -0400)
commitc27523e6353775eb26b64122258444583925f0c5
treef43808a0c86ef4a86c0d2c5a09d89dd29b709350
parentf81800cf231200766d99e5e457e788dff3ea29dc
Ensure failure to talk to Xen hypervisor is fatal when privileged

As per the comment, the Xen hypervisor driver is considered to
be mandatory when running privileged. When it fails to open,
we should thus return an error, not ignore it.
(cherry picked from commit 489900e3de9de74ce4197807935ffc3ef8a68bca)
src/xen/xen_driver.c