Following the patch series posting from 2 weeks ago. The set
contains a couple of real bug fixes, not merely improvments,
so it'd be nice to have this in 2.0.
r~
The following changes since commit 87f639629334c4592c3ba1011af0f691db1e7ed1:
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-3' into staging
(2014-03-17 15:51:57 +0000)
are available in the git repository at:
git://github.com/rth7680/qemu.git tcg-v8p-2
for you to fetch changes up to cab0a7ea002b0a01ebfbde5d3c8ace0b6848ffcc:
tcg-sparc: Convert to new ldst opcodes (2014-03-17 11:13:26 -0700)
----------------------------------------------------------------
Richard Henderson (11):
tcg-sparc: Fix ld64 for 32-bit mode
tcg-sparc: Fix tlb read
tcg-sparc: Tidy call+jump patterns
tcg-sparc: Use intptr_t as appropriate
tcg-sparc: Don't handle remainder
tcg-sparc: Dont handle constant arguments to ext32 ops
tcg-sparc: Improve tcg_out_movi
tcg-sparc: Use TCGMemOp within qemu_ldst routines
tcg-sparc: Tidy tcg_out_tlb_load interface
tcg-sparc: Convert to new ldst helpers
tcg-sparc: Convert to new ldst opcodes
tcg/sparc/tcg-target.c | 599 +++++++++++++++++++++++++------------------------
tcg/sparc/tcg-target.h | 6 +-
2 files changed, 304 insertions(+), 301 deletions(-)