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][IOEMU] Add back ia64

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64][IOEMU] Add back ia64
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Jan 2008 01:11:33 -0800
Delivery-date: Wed, 23 Jan 2008 01:17:59 -0800
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 Alex Williamson <alex.williamson@xxxxxx>
# Date 1201017881 25200
# Node ID b79802517a75a23abb88eda900ff802810a6add6
# Parent  603ea719d73a0f99334ec832f84979df605b52f9
[IA64][IOEMU] Add back ia64

cset 16789:51a7e508bd01 dropped ia64 from the configure script, add it back

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 tools/ioemu/configure |    3 +++
 1 files changed, 3 insertions(+)

diff -r 603ea719d73a -r b79802517a75 tools/ioemu/configure
--- a/tools/ioemu/configure     Tue Jan 22 08:30:40 2008 -0700
+++ b/tools/ioemu/configure     Tue Jan 22 09:04:41 2008 -0700
@@ -36,6 +36,9 @@ case "$XEN_TARGET_ARCH" in
   ;;
   powerpc)
     cpu="powerpc"
+  ;;
+  ia64)
+    cpu="ia64"
   ;;
   x86_64)
     cpu="x86_64"

_______________________________________________
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][IOEMU] Add back ia64, Xen patchbot-unstable <=