|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 2/3] dump-core take4: compilation fix which the next
# HG changeset patch
# User yamahata@xxxxxxxxxxxxx
# Date 1170047246 -32400
# Node ID 659afa1ed4fb23961f93ca32c2e476b2f0616761
# Parent a697dea956db9ecc5310a411b6cb21246e089b39
compilation fix. xc_linux_restore.c and xc_linux_save.c.
The next patch moves the INVALID_P2M_ENTRY definition from xg_save_restore.h
to xg_private.h. It causes compilation failure.
PATCHNAME: compilation_fix_invalid_p2m_entry
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
diff -r a697dea956db -r 659afa1ed4fb tools/libxc/xc_linux_restore.c
--- a/tools/libxc/xc_linux_restore.c Sun Jan 21 16:12:21 2007 +0900
+++ b/tools/libxc/xc_linux_restore.c Mon Jan 29 14:07:26 2007 +0900
@@ -11,6 +11,7 @@
#include "xg_private.h"
#include "xg_save_restore.h"
+#include "xc_dom.h"
/* max mfn of the current host machine */
static unsigned long max_mfn;
diff -r a697dea956db -r 659afa1ed4fb tools/libxc/xc_linux_save.c
--- a/tools/libxc/xc_linux_save.c Sun Jan 21 16:12:21 2007 +0900
+++ b/tools/libxc/xc_linux_save.c Mon Jan 29 14:07:26 2007 +0900
@@ -13,6 +13,7 @@
#include <sys/time.h>
#include "xc_private.h"
+#include "xc_dom.h"
#include "xg_private.h"
#include "xg_save_restore.h"
yamahata
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|