
On Wed, Feb 14, 2024 at 18:11:13 +0100, Andrea Bolognani wrote:
Just like piix3-uhci for USB, the choice of lsilogic for SCSI was dictated entirely by that being the default for legacy x86 guests. Use virtio-scsi instead.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- src/qemu/qemu_domain.c | 4 +++- ...virt-default-models.riscv64-latest.abi-update.args | 5 +++-- ...-virt-default-models.riscv64-latest.abi-update.xml | 11 ++++++++--- .../riscv64-virt-default-models.riscv64-latest.args | 5 +++-- .../riscv64-virt-default-models.riscv64-latest.xml | 11 ++++++++--- 5 files changed, 25 insertions(+), 11 deletions(-)
So this is a rather important change. You should note it at least in the release news. It might be worth even add a note to the XML definition documentation, or at least the qemu driver specific page. Reviewed-by: Peter Krempa <pkrempa@redhat.com>