Re: [libvirt] [PATCH 1/3] Ensure failure to talk to Xen hypervisor is fatal when privileged

2012-07-20 Thread Peter Krempa
On 07/20/12 16:11, Daniel P. Berrange wrote: From: "Daniel P. Berrange" 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. --- src/xen/xen_driver.c |2 ++ 1 file change

[libvirt] [PATCH 1/3] Ensure failure to talk to Xen hypervisor is fatal when privileged

2012-07-20 Thread Daniel P. Berrange
From: "Daniel P. Berrange" 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. --- src/xen/xen_driver.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xen/xen_driv