| commit | b6cacfea0b38300e3ea5fd6d486d5085122554eb | [log] [tgz] |
|---|---|---|
| author | David Woodhouse <dwmw@amazon.co.uk> | Sun Jan 01 17:54:41 2023 +0000 |
| committer | David Woodhouse <dwmw@amazon.co.uk> | Tue Mar 07 17:04:30 2023 +0000 |
| tree | 316aa4d7763407ba8c7cd5d7f01def85e7a0b2b7 | |
| parent | 831b0db8abda1d837a299893c4e3027942c8ac49 [diff] |
hw/xen: Add evtchn operations to allow redirection to internal emulation The existing implementation calling into the real libxenevtchn moves to a new file hw/xen/xen-operations.c, and is called via a function table which in a subsequent commit will also be able to invoke the emulated event channel support. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>