[PATCH 0/2] qemu: blockjob: Fix ordering of operations when concluding a block copy

Peter Krempa posted 2 patches 1 week, 1 day ago
src/qemu/qemu_blockjob.c | 30 +++++++++++++++++++++---------
1 file changed, 21 insertions(+), 9 deletions(-)
[PATCH 0/2] qemu: blockjob: Fix ordering of operations when concluding a block copy
Posted by Peter Krempa 1 week, 1 day ago
Modify the ordering so that the VM definition stays in a state allowing
us to format a valid XML for the virt-aa-helper.

Peter Krempa (2):
  qemu: blockjob: Update 'mirror' of a copy job before removing images
  qemu: blockjob: Clean out disk mirror data after concluding the job

 src/qemu/qemu_blockjob.c | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

-- 
2.46.0
Re: [PATCH 0/2] qemu: blockjob: Fix ordering of operations when concluding a block copy
Posted by Pavel Hrdina 4 days, 14 hours ago
On Fri, Sep 27, 2024 at 09:21:22AM +0200, Peter Krempa wrote:
> Modify the ordering so that the VM definition stays in a state allowing
> us to format a valid XML for the virt-aa-helper.
> 
> Peter Krempa (2):
>   qemu: blockjob: Update 'mirror' of a copy job before removing images
>   qemu: blockjob: Clean out disk mirror data after concluding the job

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>