]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention switch to virtio-scsi on ARM and RISC-V
authorJim Fehlig <jfehlig@suse.com>
Mon, 7 Jul 2025 22:29:46 +0000 (16:29 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 10 Jul 2025 17:50:14 +0000 (11:50 -0600)
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index d8bd2559f4e8bb5fc167ef8614463d0402006baf..a71775b729012075def32212b0a5a9e215cc8275 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,12 @@ v11.6.0 (unreleased)
 
 * **Improvements**
 
+  * qemu: Change default SCSI controller model to ``virtio-scsi`` for ARM and RISC-V
+
+    The previous default of ``lsilogic`` is unsupported by modern operating
+    systems. ``virtio-scsi`` is a more suitable default for ARM and RISC-V
+    ``virt`` machine types.
+
 * **Bug fixes**