From: Boris Fiuczynski Date: Fri, 21 Mar 2025 07:18:31 +0000 (+0100) Subject: NEWS: hotplug virtio-mem device X-Git-Tag: v11.2.0-rc1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50cc0718588f6582011d39f82a178be08b808c90;p=thirdparty%2Flibvirt.git NEWS: hotplug virtio-mem device Signed-off-by: Boris Fiuczynski Reviewed-by: Martin Kletzander --- diff --git a/NEWS.rst b/NEWS.rst index 6ce3f2142a..de0a205e24 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -71,6 +71,12 @@ v11.2.0 (unreleased) * **Bug fixes** + * qemu: attach virtio-mem with CCW address + + Attaching a virtio-mem device on s390 without an address type now gets a + default type CCW address assigned. A specified CCW address is now used for + the virtio-mem device instead of getting overwritten by a PCI address. + v11.1.0 (2025-03-03) ====================