From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35424 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNsMG-000067-5j for qemu-devel@nongnu.org; Wed, 01 Dec 2010 14:29:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNsM8-0008FH-HI for qemu-devel@nongnu.org; Wed, 01 Dec 2010 14:28:51 -0500 Received: from mail-ew0-f45.google.com ([209.85.215.45]:61551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNsM8-0008Eg-By for qemu-devel@nongnu.org; Wed, 01 Dec 2010 14:28:44 -0500 Received: by ewy10 with SMTP id 10so4129228ewy.4 for ; Wed, 01 Dec 2010 11:28:43 -0800 (PST) Date: Wed, 1 Dec 2010 20:28:41 +0100 From: "Edgar E. Iglesias" Subject: Re: [Qemu-devel] [PATCH 0/7] Fixes for ia64-linux host Message-ID: <20101201192841.GF6702@laped.lan> References: <1290466678-6337-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1290466678-6337-1-git-send-email-rth@twiddle.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, aurelien@aurel32.net On Mon, Nov 22, 2010 at 02:57:51PM -0800, Richard Henderson wrote: > Three compilation errors, one tcg_abort, two code-generation errors, and > one warning fix. Though for the most part I'm using --disable-werror > until the code base is generally fixed up for gcc 4.6. > > I don't know if Aurelien is still active or not, but I've cc'd him anyway. > Hopefully the ia64 bits are simple enough that anyone can look at them > and approve them... Hi, I've applied the remaining non-microblaze parts now. Thanks > > r~ > > > > Richard Henderson (7): > microblaze: target-ify target_ucontext > tcg: Fix default definition of divu_i32 and remu_i32. > tcg-ia64: Provide default GUEST_BASE. > tcg-ia64: Implement qemu_ld32. > tcg-ia64: Fix tlb read error for 32-bit targets. > tcg-ia64: Fix address compilation in qemu_st. > tcg-ia64: Fix warning in qemu_ld. > > linux-user/signal.c | 18 +++++++++--------- > tcg/ia64/tcg-target.c | 13 +++++++++---- > tcg/tcg-op.h | 4 ++-- > 3 files changed, 20 insertions(+), 15 deletions(-) > > -- > 1.7.2.3 > >