Re: [libvirt] [PATCH 07/40] Simplify the Xen get max vcpus / node get info driver methods

2013-05-06 Thread Jim Fehlig
Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Unconditionally call into xenHypervisorGetMaxVcpus and > xenDaemonNodeGetInfo respectively, since those drivers > are both mandatory > > Signed-off-by: Daniel P. Berrange > --- > src/xen/xen_driver.c | 15 ++- > 1 file change

[libvirt] [PATCH 07/40] Simplify the Xen get max vcpus / node get info driver methods

2013-05-02 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Unconditionally call into xenHypervisorGetMaxVcpus and xenDaemonNodeGetInfo respectively, since those drivers are both mandatory Signed-off-by: Daniel P. Berrange --- src/xen/xen_driver.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --