aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-03-03 17:46:44 +0000
committerKeir Fraser <keir@xen.org>2011-03-03 17:46:44 +0000
commitc7f3f82a650f3c749b50e6923cfaf26d9e4719c5 (patch)
treeafc8b3e0e351691cb0d4153614685011575b0711 /tools/include
parent4804b5c5ae52f6718ca3e9699cdb96a5799b1d84 (diff)
downloadxen-c7f3f82a650f3c749b50e6923cfaf26d9e4719c5.tar.gz
xen-c7f3f82a650f3c749b50e6923cfaf26d9e4719c5.tar.bz2
xen-c7f3f82a650f3c749b50e6923cfaf26d9e4719c5.zip
x86, libxc: Fix xc_translate_foreign_address() for PV guests of
different bitness than dom0 (32-bit vs 64-bit). Original patch by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/xen-foreign/structs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/xen-foreign/structs.py b/tools/include/xen-foreign/structs.py
index a1bc055a19..964829c534 100644
--- a/tools/include/xen-foreign/structs.py
+++ b/tools/include/xen-foreign/structs.py
@@ -53,6 +53,7 @@ defines = [ "__i386__",
# all archs
"xen_pfn_to_cr3",
+ "xen_cr3_to_pfn",
"XEN_LEGACY_MAX_VCPUS",
"MAX_GUEST_CMDLINE" ];