]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/avocado: Test Xen guest support under KVM
authorDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 2 Mar 2023 21:58:03 +0000 (21:58 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 3 Apr 2023 11:17:09 +0000 (12:17 +0100)
commitc067fbcfc95b9d024db68f7be53a4bc2b4a9da9b
tree4dd53595426a1de4a67de7723a7ad7d66320e422
parent2e79e350d3aac39f2bc9dad99f749951f55a68af
tests/avocado: Test Xen guest support under KVM

Exercise guests with a few different modes for interrupt delivery. In
particular we want to cover:

 • Xen event channel delivery via GSI to the I/O APIC
 • Xen event channel delivery via GSI to the i8259 PIC
 • MSIs routed to PIRQ event channels
 • GSIs routed to PIRQ event channels

As well as some variants of normal non-Xen stuff like MSI to vAPIC and
PCI INTx going to the I/O APIC and PIC, which ought to still work even
in Xen mode.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
tests/avocado/kvm_xen_guest.py [new file with mode: 0644]