On 12/28/25 3:54 PM, Mohamed Mediouni wrote:
Change terminology to match the KVM one, as APIC is x86-specific.
And move out whpx_irqchip_in_kernel() to make it usable from common
code even when not compiling with WHPX support.
Signed-off-by: Mohamed Mediouni <[email protected]>
---
accel/stubs/whpx-stub.c | 1 +
accel/whpx/whpx-accel-ops.c | 2 +-
accel/whpx/whpx-common.c | 10 +---------
hw/i386/x86-cpu.c | 4 ++--
include/system/whpx-internal.h | 1 -
include/system/whpx.h | 5 +++--
target/i386/cpu-apic.c | 2 +-
target/i386/whpx/whpx-all.c | 14 +++++++-------
8 files changed, 16 insertions(+), 23 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>