On Wed, Jan 24, 2024 at 20:37:52 +0100, Andrea Bolognani wrote:
Currently we fall back to the x86-derived default of piix3-uhci,
which is a USB1 controller that's not virtualization-friendly
and overall a terrible choice for a modern architecture. The
fact that we didn't choose a better default when RISC-V support
was introduced was an oversight which is now addressed.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
src/qemu/qemu_domain.c | 9 +++++++
...64-virt-default-models.riscv64-latest.args | 11 ++++----
...v64-virt-default-models.riscv64-latest.xml | 25 +++++++++++--------
3 files changed, 30 insertions(+), 15 deletions(-)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>