Re: [libvirt] [PATCH 3/5] qemu: save image: Split out new definition check/update

2014-09-22 Thread Jiri Denemark
On Wed, Sep 17, 2014 at 17:18:37 +0200, Peter Krempa wrote: Split out the call to the update method only to places where it is actually used rather than having a mega-method that does all the stuff. --- src/qemu/qemu_driver.c | 26 +++--- 1 file changed, 15 insertions(+),

[libvirt] [PATCH 3/5] qemu: save image: Split out new definition check/update

2014-09-17 Thread Peter Krempa
Split out the call to the update method only to places where it is actually used rather than having a mega-method that does all the stuff. --- src/qemu/qemu_driver.c | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/qemu/qemu_driver.c