aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_core.c
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-09-19 17:44:23 +0100
committerTim Deegan <Tim.Deegan@xensource.com>2007-09-19 17:44:23 +0100
commit120bafda14496fe7dcf046bb6446b79cb0e8fa80 (patch)
tree38510701848bf039a0bca1ee01901d193de2cec3 /tools/libxc/xc_core.c
parent72f379b5b2a00489b5cbd10277ab4b7f7e9d0b71 (diff)
downloadxen-120bafda14496fe7dcf046bb6446b79cb0e8fa80.tar.gz
xen-120bafda14496fe7dcf046bb6446b79cb0e8fa80.tar.bz2
xen-120bafda14496fe7dcf046bb6446b79cb0e8fa80.zip
[TOOLS] Make xc_domain_{save, restore} understand compat guests
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'tools/libxc/xc_core.c')
-rw-r--r--tools/libxc/xc_core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libxc/xc_core.c b/tools/libxc/xc_core.c
index b404730800..defe8ca5dd 100644
--- a/tools/libxc/xc_core.c
+++ b/tools/libxc/xc_core.c
@@ -58,6 +58,9 @@
/* number of pages to write at a time */
#define DUMP_INCREMENT (4 * 1024)
+/* Don't yet support cross-address-size core dump */
+#define guest_width (sizeof (unsigned long))
+
/* string table */
struct xc_core_strtab {
char *strings;