From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrZ4P-0007z9-Je for qemu-devel@nongnu.org; Tue, 16 Mar 2010 11:52:37 -0400 Received: from [199.232.76.173] (port=44823 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrZ4N-0007yO-6R for qemu-devel@nongnu.org; Tue, 16 Mar 2010 11:52:35 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrZ4M-0007Kh-3C for qemu-devel@nongnu.org; Tue, 16 Mar 2010 11:52:34 -0400 Received: from are.twiddle.net ([75.149.56.221]:34602) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NrZ4D-0007KL-3V for qemu-devel@nongnu.org; Tue, 16 Mar 2010 11:52:33 -0400 Message-Id: From: Richard Henderson Date: Tue, 16 Mar 2010 08:50:59 -0700 Subject: [Qemu-devel] [PATCH 0/4] tcg-hppa get it working, v2.1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Gah. Left out --thread and -s options to format-patch. Sorry about that. r~ Richard Henderson (4): tcg-hppa: Fix const errors in hppa-dis.c. tcg-hppa: Fix 64-bit argument ordering. tcg-hppa: Finish the port. tcg-hppa: Compute is_write in cpu_signal_handler. configure | 5 +- cpu-exec.c | 38 +- hppa-dis.c | 4 +- tcg/hppa/tcg-target.c | 1846 +++++++++++++++++++++++++++++++++++-------------- tcg/hppa/tcg-target.h | 142 +--- tcg/tcg.c | 12 +- 6 files changed, 1387 insertions(+), 660 deletions(-)