From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nw2nv-0004o9-T6 for qemu-devel@nongnu.org; Sun, 28 Mar 2010 20:26:07 -0400 Received: from [140.186.70.92] (port=47778 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nw2nu-0004o1-EM for qemu-devel@nongnu.org; Sun, 28 Mar 2010 20:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nw2nr-00026v-I6 for qemu-devel@nongnu.org; Sun, 28 Mar 2010 20:26:06 -0400 Received: from hall.aurel32.net ([88.191.82.174]:38814) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nw2nr-00026c-CC for qemu-devel@nongnu.org; Sun, 28 Mar 2010 20:26:03 -0400 Received: from [2a01:e35:2e80:2fb0:21e:8cff:feb0:693b] (helo=volta.aurel32.net) by hall.aurel32.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Nw2np-00033O-TX for qemu-devel@nongnu.org; Mon, 29 Mar 2010 02:26:01 +0200 Received: from aurel32 by volta.aurel32.net with local (Exim 4.71) (envelope-from ) id 1Nw2np-0001KK-6s for qemu-devel@nongnu.org; Mon, 29 Mar 2010 02:26:01 +0200 From: Aurelien Jarno Date: Mon, 29 Mar 2010 02:25:49 +0200 Message-Id: <1269822354-4878-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] ia64 support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This patch series adds host Itanium support to QEMU. System mode works correctly except a few unaligned access in the slirp code (fixed by the kernel). It has been tested by booting debian installer on arm, i386, mips, mipsel, ppc, sparc, and x86_64. A full installation has been done on sparc. User mode works correctly for static binaries, but fails for some dynamic binaries, due to mmap emulation not working correctly when host page size is bigger than the target one.