From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: aurelien@aurel32.net
Subject: [Qemu-devel] [PATCH 0/4] tcg-hppa finish, v4
Date: Wed, 7 Apr 2010 16:29:11 -0700 [thread overview]
Message-ID: <cover.1270682951.git.rth@twiddle.net> (raw)
In-Reply-To: <4BBC7304.7020508@aurel32.net>
On 04/07/2010 04:56 AM, Aurelien Jarno wrote:
> Sorry, I haven't find time to review it in details. Would also be nice
> if someone can try it on an hppa machine, and ack it.
I got an ack against v3 here:
http://lists.gnu.org/archive/html/qemu-devel/2010-03/msg01214.html
This isn't just written to a spec, I do have access to an hppa machine:
rth@dingo:~$ cat /proc/cpuinfo
processor : 0
cpu family : PA-RISC 2.0
cpu : PA8600 (PCX-W+)
cpu MHz : 552.000000
model : 9000/785/J6000
model name : Duet W+
hversion : 0x00005d40
sversion : 0x00000491
I-cache : 512 KB
D-cache : 1024 KB (WB, direct mapped)
ITLB entries : 160
DTLB entries : 160 - shared with ITLB
bogomips : 1101.00
software id : 2011956991
Test results for linux-user-test-0.3:
ok: i386 arm armeb sparc ppc mips mipsel
bad: sparc32plus ppc64abi32 sh4 sh4eb x86_64
Of course, sparc32plus doesn't work on an i386 host either -- I think
the implementation of fstat is wrong.
I don't have any system emulations set up on the hppa machine yet.
Changes v3->v4:
* Re-base vs HEAD.
* Fix earlyclobber in add2/sub2.
* Note problem with indirect calls, which we don't actually use.
r~
Richard Henderson (4):
tcg-hppa: Compute is_write in cpu_signal_handler.
tcg-hppa: Finish the port.
tcg-hppa: Fix in/out register overlap in add2/sub2.
tcg-hppa: Don't try to calls to non-constant addresses.
configure | 5 +-
cpu-exec.c | 38 +-
tcg/hppa/tcg-target.c | 1790 ++++++++++++++++++++++++++++++++++---------------
tcg/hppa/tcg-target.h | 143 +----
4 files changed, 1323 insertions(+), 653 deletions(-)
next prev parent reply other threads:[~2010-04-07 23:42 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-23 22:33 [Qemu-devel] [PATCH 0/2] tcg-hppa finish, v3 Richard Henderson
2010-03-12 14:58 ` [Qemu-devel] [PATCH 1/2] tcg-hppa: Compute is_write in cpu_signal_handler Richard Henderson
2010-03-23 22:06 ` [Qemu-devel] [PATCH 2/2] tcg-hppa: Finish the port Richard Henderson
2010-04-07 11:45 ` [Qemu-devel] [PATCH 0/2] tcg-hppa finish, v3 Richard Henderson
2010-04-07 11:56 ` Aurelien Jarno
2010-04-07 11:56 ` [Qemu-devel] [PATCH 2/4] tcg-hppa: Finish the port Richard Henderson
2010-04-08 9:56 ` Aurelien Jarno
2010-04-08 16:32 ` Richard Henderson
2010-04-08 21:48 ` Richard Henderson
2010-04-08 23:01 ` Aurelien Jarno
2010-04-07 14:46 ` [Qemu-devel] [PATCH 3/4] tcg-hppa: Fix in/out register overlap in add2/sub2 Richard Henderson
2010-04-08 9:57 ` Aurelien Jarno
2010-04-07 23:24 ` [Qemu-devel] [PATCH 4/4] tcg-hppa: Don't try to calls to non-constant addresses Richard Henderson
2010-04-08 9:58 ` Aurelien Jarno
2010-04-07 23:29 ` Richard Henderson [this message]
2010-04-08 9:36 ` [Qemu-devel] [PATCH 0/4] tcg-hppa finish, v4 Aurelien Jarno
2010-04-07 23:42 ` [Qemu-devel] [PATCH 1/4] tcg-hppa: Compute is_write in cpu_signal_handler Richard Henderson
2010-04-08 9:36 ` Aurelien Jarno
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=cover.1270682951.git.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.