qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH 14/14] hw/intc/Kconfig: Let APIC select IOAPIC


From: Philippe Mathieu-Daudé
Subject: [RFC PATCH 14/14] hw/intc/Kconfig: Let APIC select IOAPIC
Date: Tue, 31 Dec 2019 19:32:16 +0100

apic_eoi() calls ioapic_eoi_broadcast(), so APIC has to
select the IOAPIC Kconfig.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
Cc: "Michael S. Tsirkin" <address@hidden>

RFC because I'm not sure the design is correct (meanwhile the fix is, however).
---
 hw/intc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig
index a189d6fedd..82748ae13d 100644
--- a/hw/intc/Kconfig
+++ b/hw/intc/Kconfig
@@ -24,6 +24,7 @@ config APIC
     bool
     select MSI_NONBROKEN
     select I8259
+    select IOAPIC
 
 config ARM_GIC_KVM
     bool
-- 
2.21.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]