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

Michal Privoznik posted 1 patch 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/5d6c4abafa8f00aca002cd89d7152d11b5c72399.1629992809.git.mprivozn@redhat.com
There is a newer version of this series
NEWS.rst | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
[PATCH] NEWS: Document my contributions for the upcoming release
Posted by Michal Privoznik 2 years, 7 months ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 21df0e1602..1a8abb56f4 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -105,6 +105,11 @@ v7.5.0 (2021-07-01)
     Since it's impossible to fix it without running into further regressions
     the documentation was improved to document the intricacies.
 
+  * vmx: Parse vm.genid and support super wide SCSI bus
+
+    The genid attribute is now reported for VMX guests. Libvirt can now
+    properly process super wide SCSI bus (64 units).
+
 * **Bug fixes**
 
   * qemu: Fixed validation of disk ``iothread`` configuration
@@ -113,6 +118,18 @@ v7.5.0 (2021-07-01)
     it caused bogus errors when address wasn't allocated when hotplugging a
     disk. The check is now removed as it wasn't actually necessary at all.
 
+  * qemu: Open chardev logfile on behalf of QEMU
+
+    Guests with a logfile configured for their chardevs are now able to start
+    when even no virtlogd is configured.
+
+  * virhostmem: Handle numactl-less build in hugepages allocation/reporting
+
+    Some architectures don't have notion of NUMA (e.g. s390x) but do support
+    hugepages. Libvirt silently ignored requests to allocate/report hugepage
+    pool when built without numactl. This is now fixed and the pool can be
+    allocated/reported on properly.
+
 
 v7.4.0 (2021-06-01)
 ===================
-- 
2.31.1

Re: [PATCH] NEWS: Document my contributions for the upcoming release
Posted by Andrea Bolognani 2 years, 7 months ago
On Thu, Aug 26, 2021 at 05:46:49PM +0200, Michal Privoznik wrote:
> +  * qemu: Open chardev logfile on behalf of QEMU
> +
> +    Guests with a logfile configured for their chardevs are now able to start
> +    when even no virtlogd is configured.

s/when even/even when/

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

-- 
Andrea Bolognani / Red Hat / Virtualization