From: Oleksii Kurochko Date: Tue, 1 Apr 2025 10:45:26 +0000 (+0200) Subject: automation/RISC-V: select APLIC and IMSIC to handle both wired interrupts and MSIs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=470310a41bc2d5c66d7b07ca289fe357e45471a3;p=xen.git automation/RISC-V: select APLIC and IMSIC to handle both wired interrupts and MSIs By default, the `aia` option is set to "none" which selects the SiFive PLIC for handling wired interrupts. However, since PLIC is now considered obsolete and will not be supported by Xen now, APLIC and IMSIC are selected instead to manage both wired interrupts and MSIs. Signed-off-by: Oleksii Kurochko Acked-by: Andrew Cooper --- diff --git a/automation/scripts/qemu-smoke-riscv64.sh b/automation/scripts/qemu-smoke-riscv64.sh index 8f755d0a6a..b2e112c942 100755 --- a/automation/scripts/qemu-smoke-riscv64.sh +++ b/automation/scripts/qemu-smoke-riscv64.sh @@ -6,7 +6,7 @@ set -ex -o pipefail rm -f smoke.serial export TEST_CMD="qemu-system-riscv64 \ - -M virt \ + -M virt,aia=aplic-imsic \ -smp 1 \ -nographic \ -m 2g \