RE: [PATCH v2 3/6] qemu: Add internal support for active disk internal snapshots

2023-03-08 Thread Or Ozeri
> -Original Message- > From: Peter Krempa > Sent: Monday, 20 February 2023 16:00 > To: Or Ozeri > Cc: libvir-list@redhat.com; Danny Harnik > Subject: [EXTERNAL] Re: [PATCH v2 3/6] qemu: Add internal support for > active disk internal snapshots > > Thi

Re: [PATCH v2 3/6] qemu: Add internal support for active disk internal snapshots

2023-02-20 Thread Peter Krempa
On Wed, Feb 15, 2023 at 05:28:19 -0600, Or Ozeri wrote: > libvirt supports taking external disk snapshots on a running VM, > using qemu's "blockdev-snapshot" command. > qemu also supports "blockdev-snapshot-internal-sync" to do the > same for internal snapshots. > This commit wraps this (old) qemu

[PATCH v2 3/6] qemu: Add internal support for active disk internal snapshots

2023-02-15 Thread Or Ozeri
libvirt supports taking external disk snapshots on a running VM, using qemu's "blockdev-snapshot" command. qemu also supports "blockdev-snapshot-internal-sync" to do the same for internal snapshots. This commit wraps this (old) qemu capability to allow future libvirt users to take internal disk sna

[PATCH v2 3/6] qemu: Add internal support for active disk internal snapshots

2023-01-30 Thread o...@il.ibm.com
From: Or Ozeri libvirt supports taking external disk snapshots on a running VM, using qemu's "blockdev-snapshot" command. qemu also supports "blockdev-snapshot-internal-sync" to do the same for internal snapshots. This commit wraps this (old) qemu capability to allow future libvirt users to take