NEWS: Mention enablement of incremental backups

Now that 'blockdev-reopen' will be stable in the upcoming qemu versions
we can finally enable incremental backups.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Peter Krempa 2021-07-23 11:36:24 +02:00
parent b04e1fddf7
commit f55ea9f7ea

View File

@ -13,6 +13,12 @@ v7.6.0 (unreleased)
* **New features**
* qemu: Incremental backup support via ``virDomainBackupBegin``
libvirt-7.6 along with the unreleased qemu-6.1 will fully support the change
block tracking features (block-dirty-bitmaps) to be able to do incremental
backups and management of the checkpoint states via the appropriate APIs.
* **Improvements**
* **Bug fixes**