[PATCH] NEWS: Mention <transient/> disk support for qemu

Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 7663cf4208..56ccfefe4a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -13,6 +13,12 @@ v6.9.0 (unreleased) * **New features** + * qemu: Implement support for ``<transient/>`` disks + + VM's based on the QEMU hypervisor now can use ``<transient/>`` option for + local file-backed disks to configure a disk which discards changes to the + disk which happened while it was active. + * **Improvements** * **Bug fixes** -- 2.26.2

On Thu, 2020-10-01 at 10:50 +0200, Peter Krempa wrote:
+ * qemu: Implement support for ``<transient/>`` disks + + VM's based on the QEMU hypervisor now can use ``<transient/>`` option for + local file-backed disks to configure a disk which discards changes to the + disk which happened while it was active.
s/VM's/VMs/ s/to the disk which happened/made to it/ With the above changed, Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Peter Krempa