]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Rewrite bitmap handling for block copy
authorPeter Krempa <pkrempa@redhat.com>
Fri, 29 May 2020 08:34:11 +0000 (10:34 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 22 Jun 2020 14:04:31 +0000 (16:04 +0200)
commit7bfff40fdfe5410c446c1cd8ec413e00530faf7d
treece090f06b2855bb32d66a0eb4c565353a0df0685
parent057e4bc591093a333624acb9ed065f8f796cca1e
qemu: Rewrite bitmap handling for block copy

Reuse qemuBlockGetBitmapMergeActions which allows the removal of the
ad-hoc implementation of bitmap merging for block copy.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_block.c
src/qemu/qemu_blockjob.c
src/qemu/qemu_driver.c
tests/qemublocktest.c