]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: backup: Propagate bitmap metadata into qemuBackupDiskPrepareOneBitmapsChain
authorPeter Krempa <pkrempa@redhat.com>
Thu, 12 Dec 2019 14:46:19 +0000 (15:46 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 13 Dec 2019 12:22:55 +0000 (13:22 +0100)
commit775228dccff439f6fcae8affd49a3d3a7d82f64c
tree8f1963009dc8c3b8f48fe08c5c64e92acdbc0593
parent3323e85bf659d47564bb85342c0a99aceac82a8f
qemu: backup: Propagate bitmap metadata into qemuBackupDiskPrepareOneBitmapsChain

The function will require the bitmap topology for the full
implementation. To facilitate testing, add the propagation of the
necessary data beforehand so that the test code can stay unchanged
during the changes.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_backup.c