qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10, v3] target-alpha improvements
@ 2010-03-25  0:24 Richard Henderson
  2010-03-12 18:31 ` [Qemu-devel] [PATCH 01/10] target-alpha: Add flags markups to helpers.h Richard Henderson
                   ` (10 more replies)
  0 siblings, 11 replies; 24+ messages in thread
From: Richard Henderson @ 2010-03-25  0:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien

Changes from v1->v2:
  * Use setcond and goto_tb.

Changes from v2->v3:
  * Enable NPTL.

I don't see how any sort of emulation of cmpxchg/load-locked is working
for any currently enabled nptl target.  I think how I've approached
handling load-locked for alpha is probably the easiest way.  Slightly
better would be if TCG had a (set of) cmpxchg opcodes, which would have
the benefit of getting the virt->phys->host address (and segfault handling)
more correct.  I've sort of totally ignored the faulting for now.

This is just good enough to not immediately fail the glibc testsuite for
alpha, as the default glibc test skeleton uses clone.  I'm concurrently
debuging the glibc-alpha port and the qemu-alpha syscall emulation, so
it's not always clear which is at fault.  


r~


Richard Henderson (10):
  target-alpha: Add flags markups to helpers.h.
  target-alpha: Implement cpys{,n,e} inline.
  target-alpha: Implement rs/rc properly.
  target-alpha: Implement cvtql inline.
  target-alpha: Implement cvtlq inline.
  target-alpha: Use setcond for int comparisons.
  target-alpha: Use non-inverted arguments to gen_{f}cmov.
  target-alpha: Emit goto_tb opcodes.
  target-alpha: Implement load-locked/store-conditional properly.
  target-alpha: Enable NPTL.

 configure                |    1 +
 linux-user/main.c        |   16 +
 linux-user/syscall.c     |    2 +-
 target-alpha/cpu.h       |   31 ++-
 target-alpha/helper.c    |    6 +-
 target-alpha/helper.h    |  182 ++++++------
 target-alpha/op_helper.c |  131 +++++----
 target-alpha/translate.c |  722 +++++++++++++++++++++++++++++-----------------
 8 files changed, 651 insertions(+), 440 deletions(-)

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2010-04-01 13:44 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-25  0:24 [Qemu-devel] [PATCH 00/10, v3] target-alpha improvements Richard Henderson
2010-03-12 18:31 ` [Qemu-devel] [PATCH 01/10] target-alpha: Add flags markups to helpers.h Richard Henderson
2010-03-12 19:22 ` [Qemu-devel] [PATCH 02/10] target-alpha: Implement cpys{, n, e} inline Richard Henderson
2010-03-15 14:49 ` [Qemu-devel] [PATCH 03/10] target-alpha: Implement rs/rc properly Richard Henderson
2010-03-15 15:38 ` [Qemu-devel] [PATCH 05/10] target-alpha: Implement cvtlq inline Richard Henderson
2010-03-16 20:04 ` [Qemu-devel] [PATCH 06/10] target-alpha: Use setcond for int comparisons Richard Henderson
2010-03-16 21:44 ` [Qemu-devel] [PATCH 07/10] target-alpha: Use non-inverted arguments to gen_{f}cmov Richard Henderson
2010-03-16 22:10 ` [Qemu-devel] [PATCH 08/10] target-alpha: Emit goto_tb opcodes Richard Henderson
2010-03-19 22:55 ` [Qemu-devel] [PATCH 04/10] target-alpha: Implement cvtql inline Richard Henderson
2010-03-25  0:11 ` [Qemu-devel] [PATCH 09/10] target-alpha: Implement load-locked/store-conditional properly Richard Henderson
2010-03-25 13:39   ` Nathan Froyd
2010-03-25 15:46     ` Richard Henderson
2010-03-25 16:06       ` Nathan Froyd
2010-03-25 16:29         ` Richard Henderson
2010-03-25 16:42           ` Nathan Froyd
2010-03-25 16:50             ` Richard Henderson
2010-03-25 17:40       ` Blue Swirl
2010-03-25 18:19         ` Richard Henderson
2010-03-26  1:55           ` Jamie Lokier
2010-03-26  2:01       ` Jamie Lokier
2010-03-25  0:13 ` [Qemu-devel] [PATCH 10/10] target-alpha: Enable NPTL Richard Henderson
2010-03-26  1:52 ` [Qemu-devel] [PATCH 00/10, v3] target-alpha improvements Jamie Lokier
2010-03-26 13:37   ` Richard Henderson
2010-04-01 13:44   ` Paul Brook

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