commit | 91cce756179195f0725f551a5b2922ae2abbef9f | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Fri Dec 16 14:02:29 2022 +0000 |
committer | David Woodhouse <dwmw@amazon.co.uk> | Wed Mar 01 08:22:50 2023 +0000 |
tree | 623f24610e50c57c93612492256f322e8a74e1a2 | |
parent | 5dbcd01a8dfa4601dd3ce2cab2c4aa3654f1114d [diff] |
hw/xen: Add xen_evtchn device for event channel emulation Include basic support for setting HVM_PARAM_CALLBACK_IRQ to the global vector method HVM_PARAM_CALLBACK_TYPE_VECTOR, which is handled in-kernel by raising the vector whenever the vCPU's vcpu_info->evtchn_upcall_pending flag is set. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>