WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 2/3] dump-core take4: compilation fix which the next

To: xen-devel@xxxxxxxxxxxxxxxxxxx, Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 2/3] dump-core take4: compilation fix which the next patch breaks
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Tue, 30 Jan 2007 11:54:25 +0900
Cc: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>, Dave Anderson <anderson@xxxxxxxxxx>, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 29 Jan 2007 18:56:20 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20070130025414.6326.67353.sendpatchset@xxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20070130025414.6326.67353.sendpatchset@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>