
Update NEWS with new news. Signed-off-by: Ján Tomko <jtomko@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

On Wed, Mar 27, 2024 at 04:07:13PM +0100, Ján Tomko wrote:
Update NEWS with new news.
Signed-off-by: Ján Tomko <jtomko@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
*certificates
+ 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.
"It's now possible ..." reads better IMO. Up to you whether or not to change it.
+ * 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.
I'd just drop the initial "Now," here. Throughout, you need to use ``reStructuredText preformatted text quotes`` instead of `Markdown preformatted text quotes`. With at least the typo and the quotes fixed, Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Ján Tomko