qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] Improve alpha-linux userspace emulation
@ 2009-12-10  0:05 Richard Henderson
  2009-12-09 23:38 ` [Qemu-devel] [PATCH 1/7] alpha: Implement IMB; add placeholders for other userspace PALcalls Richard Henderson
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Richard Henderson @ 2009-12-10  0:05 UTC (permalink / raw)
  To: qemu-devel


The following patch series results in an emulator that's good enough
to run a good bit of the GCC testsuite, dynamic linking and all.
There are more failures than native hardware.  At first glance they
appear to be fpu related, but I havn't investigated properly yet.


r~
--


Richard Henderson (7):
  alpha: Implement IMB; add placeholders for other userspace PALcalls.
  alpha: Drop bogus UNIQ initial value on Linux.
  alpha: Add binfmt entry.
  alpha: Remove bogus DO_TB_FLUSH code from translator.
  alpha: Honor the -cpu command line argument. Also change the default
    cpu to ev67.
  alpha: Enable softfloat.
  alpha: Fixes for alpha-linux syscalls.

 configure                  |    2 +-
 fpu/softfloat-specialize.h |    4 +-
 fpu/softfloat.h            |    1 +
 hw/alpha_palcode.c         |   29 ++++++-
 linux-user/alpha/syscall.h |  212 ++++++++++++++++++++++++++++++++++++++++++++
 linux-user/elfload.c       |    3 -
 linux-user/syscall.c       |  137 ++++++++++++++++++++++++++--
 qemu-binfmt-conf.sh        |    3 +
 target-alpha/cpu.h         |   49 ++++++++++
 target-alpha/helper.c      |   77 ++++++++++++++++
 target-alpha/helper.h      |    2 -
 target-alpha/op_helper.c   |   46 +---------
 target-alpha/translate.c   |   52 +++++++++--
 13 files changed, 544 insertions(+), 73 deletions(-)

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

end of thread, other threads:[~2009-12-14  0:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10  0:05 [Qemu-devel] [PATCH 0/7] Improve alpha-linux userspace emulation Richard Henderson
2009-12-09 23:38 ` [Qemu-devel] [PATCH 1/7] alpha: Implement IMB; add placeholders for other userspace PALcalls Richard Henderson
2009-12-13 19:28   ` Aurelien Jarno
2009-12-13 19:54     ` Richard Henderson
2009-12-13 20:47       ` Aurelien Jarno
2009-12-09 23:39 ` [Qemu-devel] [PATCH 2/7] alpha: Drop bogus UNIQ initial value on Linux Richard Henderson
2009-12-09 23:40 ` [Qemu-devel] [PATCH 3/7] alpha: Add binfmt entry Richard Henderson
2009-12-09 23:44 ` [Qemu-devel] [PATCH 4/7] alpha: Remove bogus DO_TB_FLUSH code from translator Richard Henderson
2009-12-09 23:46 ` [Qemu-devel] [PATCH 5/7] alpha: Honor the -cpu command line argument Richard Henderson
2009-12-09 23:48 ` [Qemu-devel] [PATCH 6/7] alpha: Enable softfloat Richard Henderson
2009-12-09 23:56 ` [Qemu-devel] [PATCH 7/7] alpha: Fixes for alpha-linux syscalls Richard Henderson
2009-12-10  7:11 ` [Qemu-devel] [PATCH 0/7] Improve alpha-linux userspace emulation Laurent Desnogues
2009-12-10 16:54   ` Richard Henderson
2009-12-11 10:08 ` Tristan Gingold
2009-12-11 23:49   ` Richard Henderson
2009-12-13 19:46 ` Aurelien Jarno
2009-12-13 20:16   ` Andreas Färber
2009-12-14  0:43     ` Richard Henderson

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