From: Michal Privoznik Date: Thu, 27 Feb 2025 14:14:54 +0000 (+0100) Subject: NEWS: Document features/improvements/bug fixes I've participated in X-Git-Tag: v11.1.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d99d3e123278a180d726ebb362a87be9f16fc7c8;p=thirdparty%2Flibvirt.git NEWS: Document features/improvements/bug fixes I've participated in There are some features/improvements/bug fixes I've either contributed or reviewed/merged. Document them for upcoming release. Signed-off-by: Michal Privoznik Reviewed-by: Martin Kletzander --- diff --git a/NEWS.rst b/NEWS.rst index 7984f358f3..ee4eac183e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -72,6 +72,19 @@ v11.1.0 (unreleased) * **Bug fixes** + * tools: ssh-proxy: Check if domain is running before connecting to it + + If domain is not running but has a static CID configured for its VSOCK then + the ssh-proxy parsed it anyways. This may have resulted in mistakenly + connecting to a different domain. Domain status is checked before parsing + its CID. + + * apparmor: Allow SGX if configured + + If domain has ```` configured then libvirt now + adds corresponding devices into a per-domain profile so that AppArmor does + not deny QEMU access to them. + v11.0.0 (2025-01-15) ====================