From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TI1V5-000535-9q for qemu-devel@nongnu.org; Sat, 29 Sep 2012 14:10:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TI1V4-000637-Co for qemu-devel@nongnu.org; Sat, 29 Sep 2012 14:10:51 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:49449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TI1V4-000631-6J for qemu-devel@nongnu.org; Sat, 29 Sep 2012 14:10:50 -0400 Received: by pbbrp2 with SMTP id rp2so6428437pbb.4 for ; Sat, 29 Sep 2012 11:10:49 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Sat, 29 Sep 2012 11:10:36 -0700 Message-Id: <1348942239-3081-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/3] Alpha TCG host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno A re-base and update of a tcg backend that I wrote almost 2 years ago. r~ Richard Henderson (3): tcg-alpha: Fix type mismatch errors in cpu_signal_handler. tcg-alpha: Don't use a custom linker script. tcg-alpha: New TCG target. alpha.ld | 127 ---- configure | 17 +- exec-all.h | 7 +- qemu-common.h | 4 +- tcg/alpha/tcg-target.c | 1860 ++++++++++++++++++++++++++++++++++++++++++++++++ tcg/alpha/tcg-target.h | 142 ++++ user-exec.c | 4 +- 7 files changed, 2020 insertions(+), 141 deletions(-) delete mode 100644 alpha.ld create mode 100644 tcg/alpha/tcg-target.c create mode 100644 tcg/alpha/tcg-target.h -- 1.7.11.4