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>
Wed, 1 Mar 2023 09:09:01 +0000 (09:09 +0000)
commitaa98ee38a5e77d1e40987c694abd0c5bc5d6c811
tree0d5c5fab9df749b6f3619bf945cc003000f238f2
parent799c23548f0d1a7a49b8c5bbc6b9b86e736296c0
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