Re: [PATCH 12/13] i386: select correct components for no-board build

2024-05-10 Thread Zhao Liu
On Thu, May 09, 2024 at 07:00:43PM +0200, Paolo Bonzini wrote: > Date: Thu, 9 May 2024 19:00:43 +0200 > From: Paolo Bonzini > Subject: [PATCH 12/13] i386: select correct components for no-board build > X-Mailer: git-send-email 2.45.0 > > The local APIC is a part of the CPU

[PATCH 12/13] i386: select correct components for no-board build

2024-05-09 Thread Paolo Bonzini
The local APIC is a part of the CPU and has callbacks that are invoked from multiple accelerators. The IOAPIC on the other hand is optional, but ioapic_eoi_broadcast is used by common x86 code to implement the IOAPIC's implicit EOI mode. Add a stub in case the IOAPIC device is not included but the