Re: [RFC PATCH 02/16] qemu: checkpoint: split out checkpoint deletion bitmaps

2020-01-27 Thread Peter Krempa
On Fri, Jan 24, 2020 at 11:13:01 -0600, Eric Blake wrote: > On 1/9/20 12:21 PM, Peter Krempa wrote: > > qemuCheckpointDiscard is a massive function that can be separated into > > smaller bits. Extract the part that actually modifies the disk from the > > metadata handling. > > > > Signed-off-by:

Re: [RFC PATCH 02/16] qemu: checkpoint: split out checkpoint deletion bitmaps

2020-01-24 Thread Eric Blake
On 1/9/20 12:21 PM, Peter Krempa wrote: qemuCheckpointDiscard is a massive function that can be separated into smaller bits. Extract the part that actually modifies the disk from the metadata handling. Signed-off-by: Peter Krempa --- src/qemu/qemu_checkpoint.c | 137

[libvirt] [RFC PATCH 02/16] qemu: checkpoint: split out checkpoint deletion bitmaps

2020-01-09 Thread Peter Krempa
qemuCheckpointDiscard is a massive function that can be separated into smaller bits. Extract the part that actually modifies the disk from the metadata handling. Signed-off-by: Peter Krempa --- src/qemu/qemu_checkpoint.c | 137 - 1 file changed, 76