[libvirt PATCH] NEWS: document my user-visible bugfixes

Ján Tomko posted 1 patch 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/a5cb4ca219de83e843f01a30217083863c2b50b9.1679914953.git.jtomko@redhat.com
NEWS.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
[libvirt PATCH] NEWS: document my user-visible bugfixes
Posted by Ján Tomko 1 year, 1 month ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 NEWS.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index c187d35d3b..cc32fb948e 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -60,6 +60,17 @@ v9.2.0 (unreleased)
     so, as affinity to NUMA nodes inaccessible to emulator thread might have
     been requested.
 
+  * rpc: fix typo in admin code generation
+
+    Fix the bug in the remote `virt-admin` code generator, that resulted
+    in a crash. Introduced in libvirt 9.1.0.
+
+  * qemu: relax shared memory check for vhostuser daemons
+
+    Fix hotplug of virtiofs `filesystem` after restarting libvirtd.
+    Before, libvirtd would incorrectly complain about missing shared
+    memory.
+
 
 v9.1.0 (2023-03-01)
 ===================
-- 
2.39.2

Re: [libvirt PATCH] NEWS: document my user-visible bugfixes
Posted by Andrea Bolognani 1 year, 1 month ago
On Mon, Mar 27, 2023 at 01:02:37PM +0200, Ján Tomko wrote:
> +  * rpc: fix typo in admin code generation
> +
> +    Fix the bug in the remote `virt-admin` code generator, that resulted
> +    in a crash. Introduced in libvirt 9.1.0.
> +
> +  * qemu: relax shared memory check for vhostuser daemons
> +
> +    Fix hotplug of virtiofs `filesystem` after restarting libvirtd.
> +    Before, libvirtd would incorrectly complain about missing shared
> +    memory.

reStructuredText uses *two* backticks to mark preformatted text, so
this doesn't get rendered properly.

With that fixed,

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization