From: Bin Meng Date: Sun, 11 Dec 2022 03:08:15 +0000 (+0800) Subject: hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a28c94e001fcc158e504bb0c1c340c10d9288c52;p=qemu.git hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllers hw/pci/Kconfig says MSI_NONBROKEN should be selected by interrupt controllers regardless of how MSI is implemented. msi_nonbroken is initialized to true in both riscv_aplic_realize() and riscv_imsic_realize(). Select MSI_NONBROKEN in RISCV_APLIC and RISCV_IMSIC. Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20221211030829.802437-2-bmeng@tinylab.org> Signed-off-by: Alistair Francis --- diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig index 1d4573e803..21441d0a0c 100644 --- a/hw/intc/Kconfig +++ b/hw/intc/Kconfig @@ -72,9 +72,11 @@ config RISCV_ACLINT config RISCV_APLIC bool + select MSI_NONBROKEN config RISCV_IMSIC bool + select MSI_NONBROKEN config SIFIVE_PLIC bool