kvm/i386: Add xen-evtchn-max-pirq property
authorDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 18 Jan 2023 14:36:23 +0000 (14:36 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 1 Mar 2023 09:09:22 +0000 (09:09 +0000)
commite16aff4cc2ef285d1346abcff1a1752614fa9c60
tree729226c0513637df5b55646079a80a74bd3d89dd
parent6096cf7877bc6ee84e6b3b44dfe144bc8b549724
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>
Reviewed-by: Paul Durrant <paul@xen.org>
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