diff options
| author | David Woodhouse <dwmw@amazon.co.uk> | 2023-01-01 17:54:41 +0000 |
|---|---|---|
| committer | David Woodhouse <dwmw@amazon.co.uk> | 2023-03-07 17:04:30 +0000 |
| commit | b6cacfea0b38300e3ea5fd6d486d5085122554eb (patch) | |
| tree | 316aa4d7763407ba8c7cd5d7f01def85e7a0b2b7 /include/hw/xen/xen_pvdev.h | |
| parent | 831b0db8abda1d837a299893c4e3027942c8ac49 (diff) | |
| download | focaccia-qemu-b6cacfea0b38300e3ea5fd6d486d5085122554eb.tar.gz focaccia-qemu-b6cacfea0b38300e3ea5fd6d486d5085122554eb.zip | |
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>
Diffstat (limited to 'include/hw/xen/xen_pvdev.h')
| -rw-r--r-- | include/hw/xen/xen_pvdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/xen/xen_pvdev.h b/include/hw/xen/xen_pvdev.h index 7cd4bc2b82..9c27b14764 100644 --- a/include/hw/xen/xen_pvdev.h +++ b/include/hw/xen/xen_pvdev.h @@ -1,6 +1,7 @@ #ifndef QEMU_HW_XEN_PVDEV_H #define QEMU_HW_XEN_PVDEV_H +#include "hw/xen/xen_backend_ops.h" #include "hw/xen/xen_common.h" /* ------------------------------------------------------------- */ |