]> xenbits.xensource.com Git - libvirt.git/commit
qemu: backup: Extract calculations of bitmaps to merge for incremental backup
authorPeter Krempa <pkrempa@redhat.com>
Thu, 12 Dec 2019 14:20:48 +0000 (15:20 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 13 Dec 2019 12:22:55 +0000 (13:22 +0100)
commit3323e85bf659d47564bb85342c0a99aceac82a8f
tree81edbdf8e47225f415a646e801ecf0c987c30c9d
parentd0e829e232803278b78570748911e62694728e2f
qemu: backup: Extract calculations of bitmaps to merge for incremental backup

Separate the for now incomplete code that collects the bitmaps to be
merged for an incremental backup into a separate function. This will
allow adding testing prior to the improvement of the algorithm to
include snapshots.

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