From 81df391428b71a64e593925a0fe986b8a7a1a100 Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Mon, 7 Jul 2025 16:29:46 -0600 Subject: [PATCH] NEWS: Mention switch to virtio-scsi on ARM and RISC-V Signed-off-by: Jim Fehlig Reviewed-by: Andrea Bolognani --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index d8bd2559f4..a71775b729 100644 --- 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** -- 2.47.3