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

2020-01-07 Thread Paolo Bonzini
On 31/12/19 19:32, Philippe Mathieu-Daudé wrote: > apic_eoi() calls ioapic_eoi_broadcast(), so APIC has to > select the IOAPIC Kconfig. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Cc: "Michael S. Tsirkin" > > RFC because I'm not sure the design is correct (meanwhile the fix is, > however

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

2019-12-31 Thread Philippe Mathieu-Daudé
apic_eoi() calls ioapic_eoi_broadcast(), so APIC has to select the IOAPIC Kconfig. Signed-off-by: Philippe Mathieu-Daudé --- Cc: "Michael S. Tsirkin" 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