From: Alex Williamson <alex.williamson@hp.com>
To: xen-devel <xen-devel@lists.xensource.com>
Cc: xen-ia64-devel <xen-ia64-devel@lists.xensource.com>
Subject: [PATCH] enable tools/xcutils build on ia64
Date: Wed, 12 Jul 2006 22:00:11 -0600 [thread overview]
Message-ID: <1152763211.5675.25.camel@lappy> (raw)
The patch below re-enables 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. Feel free to change the config option name if you
have something else in mind. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r b20580cf7fc1 config/ia64.mk
--- a/config/ia64.mk Wed Jul 12 16:34:39 2006 +0100
+++ b/config/ia64.mk Wed Jul 12 21:46:19 2006 -0600
@@ -1,4 +1,5 @@ CONFIG_IA64 := y
CONFIG_IA64 := y
CONFIG_IOEMU := y
+CONFIG_XCUTILS := y
LIBDIR := lib
diff -r b20580cf7fc1 config/x86_32.mk
--- a/config/x86_32.mk Wed Jul 12 16:34:39 2006 +0100
+++ b/config/x86_32.mk Wed Jul 12 21:46:19 2006 -0600
@@ -2,6 +2,7 @@ CONFIG_PLAN9 := y
CONFIG_PLAN9 := y
CONFIG_HVM := y
CONFIG_MIGRATE := y
+CONFIG_XCUTILS := y
CONFIG_IOEMU := y
CONFIG_MBOOTPACK := y
diff -r b20580cf7fc1 config/x86_64.mk
--- a/config/x86_64.mk Wed Jul 12 16:34:39 2006 +0100
+++ b/config/x86_64.mk Wed Jul 12 21:46:19 2006 -0600
@@ -2,6 +2,7 @@ CONFIG_PLAN9 := y
CONFIG_PLAN9 := y
CONFIG_HVM := y
CONFIG_MIGRATE := y
+CONFIG_XCUTILS := y
CONFIG_IOEMU := y
CONFIG_MBOOTPACK := y
diff -r b20580cf7fc1 tools/Makefile
--- a/tools/Makefile Wed Jul 12 16:34:39 2006 +0100
+++ b/tools/Makefile Wed Jul 12 21:46:19 2006 -0600
@@ -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
reply other threads:[~2006-07-13 4:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1152763211.5675.25.camel@lappy \
--to=alex.williamson@hp.com \
--cc=xen-devel@lists.xensource.com \
--cc=xen-ia64-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.