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 <oleksii.kurochko@gmail.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
rm -f smoke.serial
export TEST_CMD="qemu-system-riscv64 \
- -M virt \
+ -M virt,aia=aplic-imsic \
-smp 1 \
-nographic \
-m 2g \