]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document features/improvements/bug fixes I've participated in
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 27 Feb 2025 14:14:54 +0000 (15:14 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 27 Feb 2025 14:54:54 +0000 (15:54 +0100)
There are some features/improvements/bug fixes I've either
contributed or reviewed/merged. Document them for upcoming
release.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
NEWS.rst

index 7984f358f3d4e184b27eb3dde520a10aae506131..ee4eac183e02a924308c25b36cd0668cf51ba1ae 100644 (file)
--- 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 ``<memory model='sgx-epc'\>`` 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)
 ====================