Re: [libvirt] [PATCH 2/5] qemu: save image: Add possibility to return XML stored in the image

2014-09-22 Thread Jiri Denemark
On Wed, Sep 17, 2014 at 17:18:36 +0200, Peter Krempa wrote: > Add a new parameter that will allow to return the XML stored in the save > image for further manipulation and adjust the callers. This option will > be used in later patches. > --- > src/qemu/qemu_driver.c | 18 +++--- > 1 f

[libvirt] [PATCH 2/5] qemu: save image: Add possibility to return XML stored in the image

2014-09-17 Thread Peter Krempa
Add a new parameter that will allow to return the XML stored in the save image for further manipulation and adjust the callers. This option will be used in later patches. --- src/qemu/qemu_driver.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/qemu/qem