]> www.infradead.org Git - users/dwmw2/qemu.git/commit
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>
Mon, 27 Feb 2023 11:01:28 +0000 (11:01 +0000)
commitff5bc81f7b9872673e506ea728e21cdd9657bd57
tree39f29f9d65b5568e971c9df268e23c76ad4602c1
parentfce498c128af3164474ad694ceef219418984e2a
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