mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 22:03:54 -06:00

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>
4 lines
224 B
Text
4 lines
224 B
Text
kvm_xen_map_pirq(int pirq, int gsi) "pirq %d gsi %d"
|
|
kvm_xen_unmap_pirq(int pirq, int gsi) "pirq %d gsi %d"
|
|
kvm_xen_get_free_pirq(int pirq, int type) "pirq %d type %d"
|
|
kvm_xen_bind_pirq(int pirq, int port) "pirq %d port %d"
|