qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/10, v3] target-alpha improvements


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 00/10, v3] target-alpha improvements
Date: Wed, 24 Mar 2010 17:24:38 -0700

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]