From: Han Han Date: Wed, 11 May 2022 02:16:59 +0000 (+0800) Subject: news: make SEV attrs 'cbitpos' & 'reducedPhysBits' optional X-Git-Tag: v8.4.0-rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb12f8b8c81a8dedc10d466ac78cbea3eec3dac9;p=thirdparty%2Flibvirt.git news: make SEV attrs 'cbitpos' & 'reducedPhysBits' optional Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 7903449f9b..b17d6f58ec 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1192,6 +1192,13 @@ v6.9.0 (2020-11-02) using ````. The node device APIs also now list and provide XML descriptions for vDPA devices. +* **Improvements** + + * qemu: Make 'cbitpos' & 'reducedPhysBits' attrs optional + + Libvirt probes the underlying platform in order to fill in these SEV + attributes automatically before launching a guest. + * **Bug fixes** * hyperv: ensure WQL queries work in all locales