qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/4] tcg-hppa git it working, v2
Date: Tue, 16 Mar 2010 08:35:19 -0700	[thread overview]
Message-ID: <20100316154506.2A8ACA48@are.twiddle.net> (raw)

Changes since v2:
  * Fix cpu_signal_handler.

At this point the port passes all of the integer gcc tests for
i386-linux-uclibc.  Many of the fp tests fail because target-i386
is horribly confused about how to represent the fpu when not
being built on a i386 host.  I briefly tried to force the use
of the floatx80 format, but there's a whole tangle of follow-on
errors in cpu.h and the helper files.

I've been considering putting together the parts for an arm or
mips userland to avoid this problem entirely, but havn't quite
gotten that far.


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(-)

                 reply	other threads:[~2010-03-16 15:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20100316154506.2A8ACA48@are.twiddle.net \
    --to=rth@twiddle.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).