]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/xen: Implement emulated PIRQ hypercall support
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 13 Jan 2023 19:51:32 +0000 (19:51 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 20 Feb 2023 18:03:50 +0000 (18:03 +0000)
commit6e804b81a108690b0f4be5803c46efbda680971c
treeceabf136c60036d95e9fe81be132f9f37775acf3
parentcc06070d7fa2a03b3d9e29730acf26f3d9794889
hw/xen: Implement emulated PIRQ hypercall support

This wires up the basic infrastructure but the actual interrupts aren't
there yet, so don't advertise it to the guest.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
hw/i386/kvm/trace-events [new file with mode: 0644]
hw/i386/kvm/trace.h [new file with mode: 0644]
hw/i386/kvm/xen_evtchn.c
hw/i386/kvm/xen_evtchn.h
meson.build
target/i386/kvm/xen-emu.c