Re: [PATCH 14/19] qemu: domain: Store list of temporary bitmaps for migration in status XML

2021-02-18 Thread Jiri Denemark
On Thu, Feb 11, 2021 at 16:37:53 +0100, Peter Krempa wrote: > Add status XML infrastructure for storing a list of block dirty bitmaps > which are temporarily used when migrating a VM with > VIR_MIGRATE_NON_SHARED_DISK for cleanup after a libvirtd restart during > migration. > > Signed-off-by:

[PATCH 14/19] qemu: domain: Store list of temporary bitmaps for migration in status XML

2021-02-11 Thread Peter Krempa
Add status XML infrastructure for storing a list of block dirty bitmaps which are temporarily used when migrating a VM with VIR_MIGRATE_NON_SHARED_DISK for cleanup after a libvirtd restart during migration. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 90