Re: [libvirt] [PATCH 01/13] qemu: snapshot: Pass 'cfg' to external snapshot functions

2019-06-08 Thread Ján Tomko
On Wed, Jun 05, 2019 at 05:28:23PM +0200, Peter Krempa wrote: The caller has it so there's no point in getting it again. Unless the point is to reduce argument count. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-)

[libvirt] [PATCH 01/13] qemu: snapshot: Pass 'cfg' to external snapshot functions

2019-06-05 Thread Peter Krempa
The caller has it so there's no point in getting it again. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 42b1ce2521..9c6221d3b2 100644 ---