[PATCH v2] NEWS: Document my contributions for upcoming release

Michal Privoznik posted 1 patch 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/9da78212470a069ac0f28581e4c8e44b1ef091a1.1690790030.git.mprivozn@redhat.com
NEWS.rst | 15 +++++++++++++++
1 file changed, 15 insertions(+)
[PATCH v2] NEWS: Document my contributions for upcoming release
Posted by Michal Privoznik 9 months ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---

v2 of:

https://listman.redhat.com/archives/libvir-list/2023-July/241020.html

diff to v2:
- Reworded, basically every paragraph, to make them sound more user
  friendly. Thanks Martin for his suggestions!

 NEWS.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 1de8314a61..8f0c67f779 100644
--- 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)
 ===================
-- 
2.41.0
Re: [PATCH v2] NEWS: Document my contributions for upcoming release
Posted by Martin Kletzander 9 months ago
On Mon, Jul 31, 2023 at 09:55:23AM +0200, Michal Privoznik wrote:
>Signed-off-by: Michal Privoznik <mprivozn@redhat.com>

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

>---
>
>v2 of:
>
>https://listman.redhat.com/archives/libvir-list/2023-July/241020.html
>
>diff to v2:
>- Reworded, basically every paragraph, to make them sound more user
>  friendly. Thanks Martin for his suggestions!
>
> NEWS.rst | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
>diff --git a/NEWS.rst b/NEWS.rst
>index 1de8314a61..8f0c67f779 100644
>--- 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)
> ===================
>-- 
>2.41.0
>