]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Document my contributions for upcoming release
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 28 Sep 2023 06:27:27 +0000 (08:27 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 30 Sep 2023 08:23:56 +0000 (10:23 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index c17a1d002d02876f7744bd6f6b85bff45910716e..93b65c4534f4252c96c5268dabdcbdb02efdb2c0 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -43,6 +43,17 @@ v9.8.0 (unreleased)
     stability of qemu. Therefore, when available, libvirt will use nbdkit as a
     backend for these network disks and export an NBD disk to qemu.
 
+  * virnetdevopenvswitch: Propagate OVS error messages
+
+    When configuring OVS interfaces/bridges libvirt used to report its own
+    error messages instead of passing (more accurate) error messages from
+    `ovs-vsctl`. This is now changed.
+
+  * Various virtio-mem/virtio-pmem fixes
+
+    Now libvirt validates more values of virtio-mem and virtio-pmem devices,
+    e.g. overlapping memory addresses or alignment.
+
 * **Bug fixes**