Changes since v2:
* Patch 4 split out from patch 5 (afaerber feedback)
* TB chaining preserves wrt retranslation
* Last patch for branch retranslation is new
The patch set is rebased on cfb75cb9807463ebe18b127096b48b5d0db1ce03
and is available at
git://repo.or.cz/qemu/rth.git tcg-sparc
r~
Richard Henderson (14):
linux-user: Use memcpy in get_user/put_user.
tcg-sparc: Hack in qemu_ld/st64 for 32-bit.
tcg-sparc: Fix ADDX opcode.
tcg-sparc: Don't MAP_FIXED on top of the program
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.
tcg-sparc: Fix qemu_ld/st to handle 32-bit host.
tcg-sparc: Support GUEST_BASE.
tcg-sparc: Change AREG0 in generated code to %i0.
tcg-sparc: Clean up cruft stemming from attempts to use global
registers.
tcg-sparc: Mask shift immediates to avoid illegal insns.
tcg-sparc: Use defines for temporaries.
tcg-sparc: Add %g/%o registers to alloc_order
tcg-sparc: Fix and enable direct TB chaining.
tcg-sparc: Preserve branch destinations during retranslation
configure | 52 +--
disas.c | 2 -
exec-all.h | 9 +-
exec.c | 12 +-
linux-user/qemu.h | 47 +--
qemu-timer.h | 8 +-
tcg/sparc/tcg-target.c | 970 +++++++++++++++++++++++--------------------------
tcg/sparc/tcg-target.h | 33 +-
tcg/tcg.c | 3 +-
9 files changed, 514 insertions(+), 622 deletions(-)
--
1.7.11.4