From 5c47ac65513a7649ebbff33536401a8d0f9b0766 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 28 Sep 2023 08:27:27 +0200 Subject: [PATCH] NEWS: Document my contributions for upcoming release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index c17a1d002d..93b65c4534 100644 --- 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**