Re: [libvirt] [PATCH 06/40] Simplify the Xen get version driver method

2013-05-06 Thread Jim Fehlig
Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com The hypervisor driver is mandatory, so the the call to xenHypervisorGetVersion must always succeed. Thus there is no need to ever run xenDaemonGetVersion Signed-off-by: Daniel P. Berrange berra...@redhat.com ---

[libvirt] [PATCH 06/40] Simplify the Xen get version driver method

2013-05-02 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The hypervisor driver is mandatory, so the the call to xenHypervisorGetVersion must always succeed. Thus there is no need to ever run xenDaemonGetVersion Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/xen/xen_driver.c | 11