qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: Aurelien Jarno <aurelien@aurel32.net>
Subject: [Qemu-devel] [PATCH 0/3] Alpha TCG host
Date: Sat, 29 Sep 2012 11:10:36 -0700	[thread overview]
Message-ID: <1348942239-3081-1-git-send-email-rth@twiddle.net> (raw)

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

             reply	other threads:[~2012-09-29 18:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-29 18:10 Richard Henderson [this message]
2012-09-29 18:10 ` [Qemu-devel] [PATCH 1/3] tcg-alpha: Fix type mismatch errors in cpu_signal_handler Richard Henderson
2012-09-29 18:26   ` Stefan Weil
2012-10-22 21:39   ` Aurelien Jarno
2012-09-29 18:10 ` [Qemu-devel] [PATCH 2/3] tcg-alpha: Don't use a custom linker script Richard Henderson
2012-10-22 21:39   ` Aurelien Jarno
2012-09-29 18:10 ` [Qemu-devel] [PATCH 3/3] tcg-alpha: New TCG target Richard Henderson
2012-10-22 21:39   ` Aurelien Jarno
2012-10-22 23:14     ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1348942239-3081-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).