Re: [libvirt RFC 10/24] qemu_snapshot: extract single snapshot deletion to separate function

2022-10-11 Thread Pavel Hrdina
On Thu, Sep 01, 2022 at 03:53:31PM +0200, Peter Krempa wrote: > On Tue, Aug 23, 2022 at 18:32:13 +0200, Pavel Hrdina wrote: > > Signed-off-by: Pavel Hrdina > > --- > > src/qemu/qemu_snapshot.c | 46 ++-- > > 1 file changed, 30 insertions(+), 16 deletions(-) > >

Re: [libvirt RFC 10/24] qemu_snapshot: extract single snapshot deletion to separate function

2022-09-01 Thread Peter Krempa
On Tue, Aug 23, 2022 at 18:32:13 +0200, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_snapshot.c | 46 ++-- > 1 file changed, 30 insertions(+), 16 deletions(-) > > diff --git a/src/qemu/qemu_snapshot.c b/src/qemu/qemu_snapshot.c > ind

Re: [libvirt RFC 10/24] qemu_snapshot: extract single snapshot deletion to separate function

2022-09-01 Thread Peter Krempa
On Tue, Aug 23, 2022 at 18:32:13 +0200, Pavel Hrdina wrote: ... > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_snapshot.c | 46 ++-- > 1 file changed, 30 insertions(+), 16 deletions(-) With a commit message: Reviewed-by: Peter Krempa

[libvirt RFC 10/24] qemu_snapshot: extract single snapshot deletion to separate function

2022-08-23 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- src/qemu/qemu_snapshot.c | 46 ++-- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/src/qemu/qemu_snapshot.c b/src/qemu/qemu_snapshot.c index c1c67ac445..b5e6a87566 100644 --- a/src/qemu/qemu_snapshot.c +++ b/src/