From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1T1n-0000nh-IB for qemu-devel@nongnu.org; Mon, 12 Apr 2010 19:26:51 -0400 Received: from [140.186.70.92] (port=54755 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1T1i-0000mw-23 for qemu-devel@nongnu.org; Mon, 12 Apr 2010 19:26:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1T1e-0007EK-KR for qemu-devel@nongnu.org; Mon, 12 Apr 2010 19:26:45 -0400 Received: from are.twiddle.net ([75.149.56.221]:42299) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1T1e-0007Dd-ES for qemu-devel@nongnu.org; Mon, 12 Apr 2010 19:26:42 -0400 Message-Id: References: From: Richard Henderson Date: Mon, 12 Apr 2010 16:23:59 -0700 Subject: [Qemu-devel] [PATCH 00/10] target-alpha improvments, version 5 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net Changes from v4->v5: * Re-base vs master, and accepted patches. * Address the comments from version 4. r~ Richard Henderson (10): target-alpha: Implement cpys{,n,e} inline. target-alpha: Implement rs/rc properly. target-alpha: Implement cvtlq inline. target-alpha: Emit goto_tb opcodes. target-alpha: Update commentary for opcode 0x1A. target-alpha: Enable NPTL. target-alpha: Indicate NORETURN status when raising exception. target-alpha: Fix load-locked/store-conditional. target-alpha: Implement RPCC. Implement cpu_get_real_ticks for Alpha. configure | 1 + linux-user/main.c | 62 ++++- linux-user/syscall.c | 2 +- qemu-timer.h | 13 + target-alpha/cpu.h | 36 ++- target-alpha/helper.c | 7 +- target-alpha/helper.h | 7 - target-alpha/op_helper.c | 60 +---- target-alpha/translate.c | 684 ++++++++++++++++++++++++++++++---------------- 9 files changed, 555 insertions(+), 317 deletions(-)