From c7f3f82a650f3c749b50e6923cfaf26d9e4719c5 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 3 Mar 2011 17:46:44 +0000 Subject: 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 Signed-off-by: Keir Fraser --- tools/include/xen-foreign/structs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/include') 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" ]; -- cgit v1.2.3