From: Martin Kletzander Date: Tue, 14 Jan 2025 15:14:39 +0000 (+0100) Subject: NEWS: Add few things I changed this release X-Git-Tag: v11.0.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8fdeb1fbc70af7e8c65f81bc2ec5c121df9331;p=thirdparty%2Flibvirt.git NEWS: Add few things I changed this release Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 8dfcaac03c..15042595ed 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,10 @@ v11.0.0 (unreleased) * **New features** + * qemu: Add support for direct and extended tlbflush features + + Domains can now utilise more tlbflush hyperv features. + * **Improvements** * ch: Enable user aliases @@ -49,6 +53,14 @@ v11.0.0 (unreleased) would delete the disk image containing the internal snapshot. This would result in data loss. + * qemu: Do not format invalid XML with hyperv features in passthrough mode + + When hyperv features were specified together with ``mode="passthrough"`` + libvirt parsed and formatted such features in the domain XML even though + they were not used at all, resulting in XML that is not valid based on our + schema. This is now fixed by not parsing any specified features when the + passthrough mode is used. + v10.10.0 (2024-12-02) =====================