[libvirt PATCH] NEWS: Update

Ján Tomko posted 1 patch 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/7063b424a1e9778c32c061988aac551109c34f60.1711552033.git.jtomko@redhat.com
NEWS.rst | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
[libvirt PATCH] NEWS: Update
Posted by Ján Tomko 1 month ago
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
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [libvirt PATCH] NEWS: Update
Posted by Andrea Bolognani 1 month ago
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
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org