diff options
author | David Woodhouse <dwmw@amazon.co.uk> | 2023-01-02 01:13:46 +0000 |
---|---|---|
committer | David Woodhouse <dwmw@amazon.co.uk> | 2023-03-07 17:04:30 +0000 |
commit | 15e283c5b684c2e502e9327186eb89eb69c68812 (patch) | |
tree | 6b60dc50964407859bd048adf923a590f8e89abb /softmmu | |
parent | f80fad16afa5aebb8cce919e87f6c58fa03d16e6 (diff) |
hw/xen: Add foreignmem operations to allow redirection to internal emulation
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
Diffstat (limited to 'softmmu')
-rw-r--r-- | softmmu/globals.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/softmmu/globals.c b/softmmu/globals.c index 23bb27f0f6..dda32986f7 100644 --- a/softmmu/globals.c +++ b/softmmu/globals.c @@ -67,3 +67,4 @@ enum xen_mode xen_mode = XEN_DISABLED; bool xen_domid_restrict; struct evtchn_backend_ops *xen_evtchn_ops; struct gnttab_backend_ops *xen_gnttab_ops; +struct foreignmem_backend_ops *xen_foreignmem_ops; |