aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw@amazon.co.uk>2023-01-02 01:13:46 +0000
committerDavid Woodhouse <dwmw@amazon.co.uk>2023-03-07 17:04:30 +0000
commit15e283c5b684c2e502e9327186eb89eb69c68812 (patch)
tree6b60dc50964407859bd048adf923a590f8e89abb /tests
parentf80fad16afa5aebb8cce919e87f6c58fa03d16e6 (diff)
downloadqemu-15e283c5b684c2e502e9327186eb89eb69c68812.zip
qemu-15e283c5b684c2e502e9327186eb89eb69c68812.tar.gz
qemu-15e283c5b684c2e502e9327186eb89eb69c68812.tar.bz2
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 'tests')
-rw-r--r--tests/unit/test-xs-node.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test-xs-node.c b/tests/unit/test-xs-node.c
index fda6a04..b80d10f 100644
--- a/tests/unit/test-xs-node.c
+++ b/tests/unit/test-xs-node.c
@@ -23,6 +23,7 @@ static GList *xs_node_list;
* doesn't hurt).
*/
#define __XEN_PUBLIC_XEN_H__
+typedef unsigned long xen_pfn_t;
#include "hw/i386/kvm/xenstore_impl.c"