]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: document my user-visible bugfixes
authorJán Tomko <jtomko@redhat.com>
Mon, 27 Mar 2023 11:01:40 +0000 (13:01 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 28 Mar 2023 13:55:38 +0000 (15:55 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index c187d35d3bc2b8828392a493feaa39578d9b0e62..e79df4993e930024fc5865b2102114f557bb787b 100644 (file)
--- 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)
 ===================