Re: [libvirt] [PATCH 04/40] Simplify opening of Xen drivers

2013-05-08 Thread Daniel P. Berrange
On Fri, May 03, 2013 at 04:12:29PM -0600, Jim Fehlig wrote: Daniel P. Berrange wrote: diff --git a/src/xen/xen_driver.c b/src/xen/xen_driver.c index 2ecb86f..b7f1ad4 100644 --- a/src/xen/xen_driver.c +++ b/src/xen/xen_driver.c @@ -86,14 +86,9 @@ static struct xenUnifiedDriver const *

Re: [libvirt] [PATCH 04/40] Simplify opening of Xen drivers

2013-05-03 Thread Jim Fehlig
Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Since the Xen driver was changed to only execute inside libvirtd, there is no scenario in which it will be opened from a non-privileged context. This all the code dealing with opening the sub-drivers can s/This/Thus/