From: Peter Krempa Date: Thu, 24 Sep 2020 11:32:37 +0000 (+0200) Subject: NEWS: Mention disk support for qemu X-Git-Tag: v6.9.0-rc1~409 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b2b390a9e176e83b59ae6820b505967f4c0656;p=thirdparty%2Flibvirt.git NEWS: Mention disk support for qemu Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 7663cf4208..de46cac8c5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -13,6 +13,12 @@ v6.9.0 (unreleased) * **New features** + * qemu: Implement support for ```` disks + + VMs based on the QEMU hypervisor now can use ```` option for + local file-backed disks to configure a disk which discards changes made to + it while the VM was active. + * **Improvements** * **Bug fixes**