]> www.infradead.org Git - users/dwmw2/qemu.git/commit
kvm/i386: Add xen-evtchn-max-pirq property xenfv-kvm-9
authorDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 18 Jan 2023 14:36:23 +0000 (14:36 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Sat, 28 Jan 2023 07:58:37 +0000 (08:58 +0100)
commit7520ee39a178a41369a3e10b323a7277b292b605
tree5d4373872b7a276a97d89eabe28e7851ec56b703
parent7ca742fcf7029e1ed4671052603e89670000adb7
kvm/i386: Add xen-evtchn-max-pirq property

The default number of PIRQs is set to 256 to avoid issues with 32-bit MSI
devices. Allow it to be increased if the user desires.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
accel/kvm/kvm-all.c
hw/i386/kvm/xen_evtchn.c
include/sysemu/kvm_int.h
include/sysemu/kvm_xen.h
target/i386/kvm/kvm.c
target/i386/kvm/xen-emu.c