Re: [libvirt] [PATCHv3 2/3] save: let qemu driver manipulate save files

2011-07-28 Thread Eric Blake
On 07/28/2011 12:47 PM, Laine Stump wrote: On 07/22/2011 12:21 AM, Eric Blake wrote: The goal here is that save-image-dumpxml fed back to save image-define without changing the save file; anywhere that this is not the case is probably a bug in domain_conf.c. I'll do a v4 of patch 3/3 to plug t

Re: [libvirt] [PATCHv3 2/3] save: let qemu driver manipulate save files

2011-07-28 Thread Laine Stump
On 07/22/2011 12:21 AM, Eric Blake wrote: The goal here is that save-image-dumpxml fed back to save image-define without changing the save file; anywhere that this is not the case is probably a bug in domain_conf.c. * src/qemu/qemu_driver.c (qemuDomainSaveImageGetXMLDesc) (qemuDomainSaveImageDef

[libvirt] [PATCHv3 2/3] save: let qemu driver manipulate save files

2011-07-21 Thread Eric Blake
The goal here is that save-image-dumpxml fed back to save image-define without changing the save file; anywhere that this is not the case is probably a bug in domain_conf.c. * src/qemu/qemu_driver.c (qemuDomainSaveImageGetXMLDesc) (qemuDomainSaveImageDefineXML): New functions. (qemuDomainSaveImage