aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.h
diff options
context:
space:
mode:
authorsmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>2005-11-08 18:42:07 +0100
committersmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>2005-11-08 18:42:07 +0100
commit7962b47d8b4ff86b459aead68c59b6d00640bf2b (patch)
tree80990803aaaf31f8c5ffcfc2273111c34eafddf9 /tools/libxc/xg_private.h
parenta2520b396ecff34a8183824d4679046c36438df5 (diff)
downloadxen-7962b47d8b4ff86b459aead68c59b6d00640bf2b.tar.gz
xen-7962b47d8b4ff86b459aead68c59b6d00640bf2b.tar.bz2
xen-7962b47d8b4ff86b459aead68c59b6d00640bf2b.zip
Enable save/restore for PAE domains.
This includes quite a few cleanups / refactoring of the old code, some of which is intended to prepare for 64-bit save/restore. Signed-off-by: Steven Hand <steven@xensource.com>
Diffstat (limited to 'tools/libxc/xg_private.h')
-rw-r--r--tools/libxc/xg_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/libxc/xg_private.h b/tools/libxc/xg_private.h
index b79b6310a9..862d9698e6 100644
--- a/tools/libxc/xg_private.h
+++ b/tools/libxc/xg_private.h
@@ -11,8 +11,10 @@
#include <sys/stat.h>
#include "xenctrl.h"
+#include "xenguest.h"
#include <xen/linux/privcmd.h>
+#include <xen/memory.h>
char *xc_read_kernel_image(const char *filename, unsigned long *size);
unsigned long csum_page (void * page);