Re: [libvirt] [PATCH 11/40] Simplify the Xen domain is persistent driver method

2013-05-06 Thread Jim Fehlig
Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Unconditionally call xenDaemonLookupByUUID, since the XenD > driver must always be present. > > Signed-off-by: Daniel P. Berrange > --- > src/xen/xen_driver.c | 41 +++-- > 1 file changed, 19 insertion

[libvirt] [PATCH 11/40] Simplify the Xen domain is persistent driver method

2013-05-02 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Unconditionally call xenDaemonLookupByUUID, since the XenD driver must always be present. Signed-off-by: Daniel P. Berrange --- src/xen/xen_driver.c | 41 +++-- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/src/xe