Re: [libvirt] [PATCH 4/5] qemu: save image: Split out checks done only when editing the save img

2014-09-22 Thread Jiri Denemark
On Wed, Sep 17, 2014 at 17:18:38 +0200, Peter Krempa wrote: Move them to the single corresponding function rather than having them in the common chunk of code. --- src/qemu/qemu_driver.c | 76 +++--- 1 file changed, 41 insertions(+), 35

Re: [libvirt] [PATCH 4/5] qemu: save image: Split out checks done only when editing the save img

2014-09-22 Thread Peter Krempa
On 09/22/14 15:41, Jiri Denemark wrote: On Wed, Sep 17, 2014 at 17:18:38 +0200, Peter Krempa wrote: Move them to the single corresponding function rather than having them in the common chunk of code. --- src/qemu/qemu_driver.c | 76 +++--- 1

[libvirt] [PATCH 4/5] qemu: save image: Split out checks done only when editing the save img

2014-09-17 Thread Peter Krempa
Move them to the single corresponding function rather than having them in the common chunk of code. --- src/qemu/qemu_driver.c | 76 +++--- 1 file changed, 41 insertions(+), 35 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c