]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document my contributions for the upcoming release
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 26 Aug 2021 15:44:56 +0000 (17:44 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 27 Aug 2021 14:09:02 +0000 (16:09 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 00e68f87e2176f5366e955226267205a4df796a7..e8a1f707887c79f0f679623b782ba57751549c0c 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -126,6 +126,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
@@ -134,6 +139,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
+    even when 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)
 ===================