Re: [libvirt] [PATCH 29/40] Simplify the Xen domain stats/peek / node memory driver methods

2013-05-09 Thread Daniel P. Berrange
On Wed, May 08, 2013 at 05:33:13PM -0600, Jim Fehlig wrote: Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Make the Xen domain stats / peek and node memory driver methods unconditionally call the sub-drivers which are guaranteed to be open. Signed-off-by:

Re: [libvirt] [PATCH 29/40] Simplify the Xen domain stats/peek / node memory driver methods

2013-05-09 Thread Jim Fehlig
Daniel P. Berrange wrote: Thanks for all the reviews so far ! I'm going to push the first 29 patches now. I've tested basic operations and things seem to be working sanely to me. Nice. I've done a fair bit of testing with the first 30 patches applied (including the tweeks to 10 and 24)

Re: [libvirt] [PATCH 29/40] Simplify the Xen domain stats/peek / node memory driver methods

2013-05-08 Thread Jim Fehlig
Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Make the Xen domain stats / peek and node memory driver methods unconditionally call the sub-drivers which are guaranteed to be open. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/xen/xen_driver.c|

[libvirt] [PATCH 29/40] Simplify the Xen domain stats/peek / node memory driver methods

2013-05-02 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Make the Xen domain stats / peek and node memory driver methods unconditionally call the sub-drivers which are guaranteed to be open. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/xen/xen_driver.c| 59