v3: fixed vanishing do_modify_softint(). URL git://repo.or.cz/qemu/blueswirl.git http://repo.or.cz/r/qemu/blueswirl.git
Blue Swirl (9): Sparc: avoid AREG0 for CWP and PSTATE helpers Sparc: avoid AREG0 for softint op helpers and Leon cache control Sparc: avoid AREG0 for division op helpers Sparc: fix coding style in helper.c Sparc: split MMU helpers Sparc: convert mmu_helper to trace framework Sparc: convert interrupt helpers to trace framework Sparc: convert win_helper to trace framework Sparc: split load and store op helpers Makefile.target | 5 +- target-sparc/cpu.h | 33 +- target-sparc/helper.c | 917 ++-------------- target-sparc/helper.h | 46 +- target-sparc/int32_helper.c | 40 +- target-sparc/int64_helper.c | 37 + target-sparc/ldst_helper.c | 2434 ++++++++++++++++++++++++++++++++++++++++ target-sparc/mmu_helper.c | 853 ++++++++++++++ target-sparc/op_helper.c | 2584 ------------------------------------------- target-sparc/translate.c | 52 +- target-sparc/win_helper.c | 253 ++---- trace-events | 25 + 12 files changed, 3604 insertions(+), 3675 deletions(-) create mode 100644 target-sparc/ldst_helper.c create mode 100644 target-sparc/mmu_helper.c