]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Document my contributions for upcoming release
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 28 Jul 2023 14:32:45 +0000 (16:32 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 31 Jul 2023 10:25:29 +0000 (12:25 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
NEWS.rst

index 1de8314a6195d2ac0025e6244693b80d36f86b32..8f0c67f779de574c456f6b566ed2aa051e323de1 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -33,8 +33,23 @@ v9.6.0 (unreleased)
     ``/disk/target@bus='scsi'``) supports the ``removable`` attribute at
     ``/disk/target@removable```.
 
+  * qemu: Add NUMA node automatically for memory hotplug
+
+    Users no longer need to specify guest NUMA node in the domain XML when
+    enabling memory hotplug, libvirt automatically adds one when it is missing.
+
 * **Bug fixes**
 
+  * qemu: Adapt to new way of specifying PC speaker
+
+    PC speaker is now usable again with newer QEMU since the change of how it
+    is specified on the command line.
+
+  * qemu_tpm: Try harder to create emulator state
+
+    Libvirt no longer considers empty directory valid SWTPM state and setup is
+    now run properly in such case.
+
 
 v9.5.0 (2023-07-03)
 ===================