]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc: Generalize APIC helper names from kvm_* to accel_*
authorMagnus Kulke <magnuskulke@linux.microsoft.com>
Tue, 16 Sep 2025 16:48:24 +0000 (18:48 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Oct 2025 17:17:29 +0000 (19:17 +0200)
commit638ac1c78457dd93ccd795b9c6c2673af8c7dd21
treef0123009eaeceda5026fe7745791783b6e04db12
parent0daf817c80b57e58168309420abf0a8a3d2a60f6
hw/intc: Generalize APIC helper names from kvm_* to accel_*

Rename APIC helper functions to use an accel_* prefix instead of kvm_*
to support use by accelerators other than KVM. This is a preparatory
step for integrating MSHV support with common APIC logic.

Signed-off-by: Magnus Kulke <magnuskulke@linux.microsoft.com>
Link: https://lore.kernel.org/r/20250916164847.77883-5-magnuskulke@linux.microsoft.com
[Remove dead definition of mshv_msi_via_irqfd_enabled. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/accel-irq.c [new file with mode: 0644]
accel/meson.build
hw/intc/ioapic.c
hw/virtio/virtio-pci.c
include/system/accel-irq.h [new file with mode: 0644]
include/system/mshv.h