Re: [libvirt] [PATCH 3/4] backup: Add new qemu monitor bitmap

2019-06-11 Thread Peter Krempa
On Mon, Jun 10, 2019 at 21:49:51 -0500, Eric Blake wrote: > On 6/7/19 2:08 AM, Peter Krempa wrote: > > On Thu, Jun 06, 2019 at 08:41:26 -0500, Eric Blake wrote: > >> On 6/6/19 7:48 AM, Peter Krempa wrote: > >>> On Wed, Jun 05, 2019 at 22:01:09 -0500, Eric Blake wrote: > The upcoming

Re: [libvirt] [PATCH 3/4] backup: Add new qemu monitor bitmap

2019-06-10 Thread Eric Blake
On 6/7/19 2:08 AM, Peter Krempa wrote: > On Thu, Jun 06, 2019 at 08:41:26 -0500, Eric Blake wrote: >> On 6/6/19 7:48 AM, Peter Krempa wrote: >>> On Wed, Jun 05, 2019 at 22:01:09 -0500, Eric Blake wrote: The upcoming virDomainBackup() API needs to take advantage of various qcow2 bitmap

Re: [libvirt] [PATCH 3/4] backup: Add new qemu monitor bitmap

2019-06-07 Thread Peter Krempa
On Thu, Jun 06, 2019 at 08:41:26 -0500, Eric Blake wrote: > On 6/6/19 7:48 AM, Peter Krempa wrote: > > On Wed, Jun 05, 2019 at 22:01:09 -0500, Eric Blake wrote: > >> The upcoming virDomainBackup() API needs to take advantage of various > >> qcow2 bitmap manipulations as the basis to

Re: [libvirt] [PATCH 3/4] backup: Add new qemu monitor bitmap

2019-06-06 Thread Eric Blake
On 6/6/19 7:48 AM, Peter Krempa wrote: > On Wed, Jun 05, 2019 at 22:01:09 -0500, Eric Blake wrote: >> The upcoming virDomainBackup() API needs to take advantage of various >> qcow2 bitmap manipulations as the basis to virDomainCheckpoints and >> incremental backups. Add four functions to expose

Re: [libvirt] [PATCH 3/4] backup: Add new qemu monitor bitmap

2019-06-06 Thread Peter Krempa
On Wed, Jun 05, 2019 at 22:01:09 -0500, Eric Blake wrote: > The upcoming virDomainBackup() API needs to take advantage of various > qcow2 bitmap manipulations as the basis to virDomainCheckpoints and > incremental backups. Add four functions to expose >

[libvirt] [PATCH 3/4] backup: Add new qemu monitor bitmap

2019-06-05 Thread Eric Blake
The upcoming virDomainBackup() API needs to take advantage of various qcow2 bitmap manipulations as the basis to virDomainCheckpoints and incremental backups. Add four functions to expose block-dirty-bitmap-{add,enable,disable,merge} (this is the recently-added QEMU_CAPS_BITMAP_MERGE capability).