Update NEWS with new news.
Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
---
NEWS.rst | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index ef9e312698..ce83ee629f 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -36,6 +36,13 @@ v10.2.0 (unreleased)
use the upcoming QEMU 9.0.0 release together with the development version
of edk2.
+ * qemu: Introduce virDomainGraphicsReload API
+
+ Reloading the graphics display is now supported for QEMU guests using
+ VNC. This is useful to make QEMU reload the TLS certificats without
+ restarting the guest. Available via the `virDomainGraphicsReload` API
+ and the `domdisplay-reload` virsh command.
+
* **Improvements**
* **Bug fixes**
@@ -52,6 +59,20 @@ v10.2.0 (unreleased)
releases to 10.2.0 works as well, but the other direction remains broken
unless the fix is backported.
+ * qemu: set correct SELinux label for unprivileged virtiofsd
+
+ Now, it's possible to use virtiofsd-based `<filesystem>` shares even
+ if the guest is confined using SELinux.
+
+ * qemu: fix a crash on unprivileged virtiofsd hotplug
+
+ Hotplugging virtiofsd-based filesystems works now.
+
+ * virt-admin: Fix segfault when libvirtd dies
+
+ Now, `virt-admin` no longer crashes when `libvirtd` unexpectedly closes
+ the connection.
+
v10.1.0 (2024-03-01)
====================
--
2.44.0