From: Ján Tomko Date: Mon, 27 Mar 2023 11:01:40 +0000 (+0200) Subject: NEWS: document my user-visible bugfixes X-Git-Tag: v9.2.0-rc2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2621a29515abb9c04e7ee9a242e4ebfe6f6f5052;p=thirdparty%2Flibvirt.git NEWS: document my user-visible bugfixes Signed-off-by: Ján Tomko Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index c187d35d3b..e79df4993e 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) ===================