Re: [libvirt] [PATCH 3/8] save: wire up trivial saveFlags implementations

2011-07-19 Thread Daniel P. Berrange
On Thu, Jul 14, 2011 at 08:24:30AM -0600, Eric Blake wrote: > For all hypervisors that support save, the new API now performs > the same functions as the old. > > * src/libxl/libxl_driver.c (libxlDomainSave): Move guts... > (libxlDomainSaveFlags): ...to new function. > * src/test/test_driver.c (te

Re: [libvirt] [PATCH 3/8] save: wire up trivial saveFlags implementations

2011-07-15 Thread Eric Blake
On 07/14/2011 08:24 AM, Eric Blake wrote: > For all hypervisors that support save, the new API now performs > the same functions as the old. > > * src/libxl/libxl_driver.c (libxlDomainSave): Move guts... > (libxlDomainSaveFlags): ...to new function. > * src/test/test_driver.c (testDomainSave, test

[libvirt] [PATCH 3/8] save: wire up trivial saveFlags implementations

2011-07-14 Thread Eric Blake
For all hypervisors that support save, the new API now performs the same functions as the old. * src/libxl/libxl_driver.c (libxlDomainSave): Move guts... (libxlDomainSaveFlags): ...to new function. * src/test/test_driver.c (testDomainSave, testDomainSaveFlags): Likewise. * src/vbox/vbox_tmpl.c (vb