]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/avocado: Test Xen guest support under KVM xenfv-test-2
authorDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 2 Mar 2023 21:58:03 +0000 (21:58 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 8 Mar 2023 10:10:03 +0000 (10:10 +0000)
commit7f93bdab6a062ff8f3b6d9ffb250818a30a1790e
treea69848d3a4368f6d15cd9fc6b669d5d1acf83257
parentb07310731dd25bcfbd129553e85c63cf35f8b835
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/xen_guest.py [new file with mode: 0644]