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-changelog

[Xen-changelog] [xen-unstable] [IA64] Re-enable tools/xcutils build on i

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] Re-enable tools/xcutils build on ia64. We now have
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Jul 2006 17:40:44 +0000
Delivery-date: Fri, 14 Jul 2006 10:44:58 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID f35b9950843c7a8c82b29ab0870ae0836cc4faee
# Parent  9b6c901b9de5e2f924045207a9e042b12477840d
[IA64] Re-enable tools/xcutils build on ia64.  We now have
save/restore working in the xen-ia64-unstable.hg thanks to some
excellent work by Tristan.  This simply splits the xcutils components
from the x86-ish linux_save/restore files in a way that should be
friendly to powerpc.

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 config/ia64.mk   |    1 +
 config/x86_32.mk |    1 +
 config/x86_64.mk |    1 +
 tools/Makefile   |    2 +-
 4 files changed, 4 insertions(+), 1 deletion(-)

diff -r 9b6c901b9de5 -r f35b9950843c config/ia64.mk
--- a/config/ia64.mk    Fri Jul 14 11:55:34 2006 +0100
+++ b/config/ia64.mk    Fri Jul 14 11:58:17 2006 +0100
@@ -1,4 +1,5 @@ CONFIG_IA64 := y
 CONFIG_IA64 := y
 CONFIG_IOEMU := y
+CONFIG_XCUTILS := y
 
 LIBDIR := lib
diff -r 9b6c901b9de5 -r f35b9950843c config/x86_32.mk
--- a/config/x86_32.mk  Fri Jul 14 11:55:34 2006 +0100
+++ b/config/x86_32.mk  Fri Jul 14 11:58:17 2006 +0100
@@ -1,6 +1,7 @@ CONFIG_X86 := y
 CONFIG_X86 := y
 CONFIG_HVM := y
 CONFIG_MIGRATE := y
+CONFIG_XCUTILS := y
 CONFIG_IOEMU := y
 CONFIG_MBOOTPACK := y
 
diff -r 9b6c901b9de5 -r f35b9950843c config/x86_64.mk
--- a/config/x86_64.mk  Fri Jul 14 11:55:34 2006 +0100
+++ b/config/x86_64.mk  Fri Jul 14 11:58:17 2006 +0100
@@ -1,6 +1,7 @@ CONFIG_X86 := y
 CONFIG_X86 := y
 CONFIG_HVM := y
 CONFIG_MIGRATE := y
+CONFIG_XCUTILS := y
 CONFIG_IOEMU := y
 CONFIG_MBOOTPACK := y
 
diff -r 9b6c901b9de5 -r f35b9950843c tools/Makefile
--- a/tools/Makefile    Fri Jul 14 11:55:34 2006 +0100
+++ b/tools/Makefile    Fri Jul 14 11:58:17 2006 +0100
@@ -7,7 +7,7 @@ SUBDIRS-y += misc
 SUBDIRS-y += misc
 SUBDIRS-y += examples
 SUBDIRS-y += xentrace
-SUBDIRS-$(CONFIG_X86) += xcutils
+SUBDIRS-$(CONFIG_XCUTILS) += xcutils
 SUBDIRS-y += firmware
 SUBDIRS-y += security
 SUBDIRS-y += console

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] Re-enable tools/xcutils build on ia64. We now have, Xen patchbot-unstable <=