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] ioemu-remote: make it compile for ia64

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] ioemu-remote: make it compile for ia64
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Thu, 21 Aug 2008 18:57:38 +0900
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 21 Aug 2008 02:58:29 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6i
This patch isn't intended for the 3.3 release because
ioemu-remote hasn't been tested on ia64.
Although kqemu.c doesn't cause a problem, it is also
unnecessary because it is for cpu emulation, isn't it?


[IA64] fix ia64 compilation errors

Resolve compilation errors when compiled for ia64.
qemu cpu emulator doesn't support ia64 as host so that
the related files don't compile for ia64.
Since cpu emulation is unnecessary feature for qemu-dm,
don't compile those files.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>

diff --git a/i386-dm/hookslib.mak b/i386-dm/hookslib.mak
index a6a9a10..2018829 100644
--- a/i386-dm/hookslib.mak
+++ b/i386-dm/hookslib.mak
@@ -1,5 +1,6 @@
 
 BAD_LIBOBJS += exec.o cpu-exec.o tcg%.o translate.o host-utils.o
+BAD_LIBOBJS += translate-all.o
 BAD_LIBOBJS += fpu/%.o helper.o disas.o
 
 LIBOBJS := $(filter-out $(BAD_LIBOBJS), $(LIBOBJS))


-- 
yamahata

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] ioemu-remote: make it compile for ia64, Isaku Yamahata <=