[PATCH] NEWS: Move my contributions to correct 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/ac9e9624e1951c2e6dbe91d00c17b88b7a25e214.1630075243.git.mprivozn@redhat.com
NEWS.rst | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
[PATCH] NEWS: Move my contributions to correct release
Posted by Michal Privoznik 2 years, 7 months ago
In previous commit I've documented my contributions for upcoming
7.7.0 release. But unfortunately I've placed the lines into wrong
release (7.6.0).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/NEWS.rst b/NEWS.rst
index e8a1f70788..1af934e068 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -40,8 +40,25 @@ v7.7.0 (unreleased)
     The qemu driver uses the APIs to label vhostuser ports on hotplug and
     restore labeling on unplug.
 
+  * 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: 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.6.0 (2021-08-02)
 ===================
@@ -126,11 +143,6 @@ 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
@@ -139,18 +151,6 @@ 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)
 ===================
-- 
2.31.1

Re: [PATCH] NEWS: Move my contributions to correct release
Posted by Andrea Bolognani 2 years, 7 months ago
On Fri, Aug 27, 2021 at 04:40:43PM +0200, Michal Privoznik wrote:
> In previous commit I've documented my contributions for upcoming
> 7.7.0 release. But unfortunately I've placed the lines into wrong
> release (7.6.0).
>
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  NEWS.rst | 34 +++++++++++++++++-----------------
>  1 file changed, 17 insertions(+), 17 deletions(-)

I blame the reviewer for not catching the mistake O:-)

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

-- 
Andrea Bolognani / Red Hat / Virtualization