summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2015-12-10sparc: allow CASA with ASI 0xa from user spaceAlex Zuepke1-1/+2
2015-11-26target-sparc: fix 32-bit truncation in fpackfixPaolo Bonzini1-1/+1
2015-10-28target-*: Advance pc after recognizing a breakpointRichard Henderson1-1/+1
2015-10-22disas: QOMify sparc specific disas setupPeter Crosthwaite1-0/+9
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-0/+7
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson1-46/+5
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson1-4/+6
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson1-1/+6
2015-10-07target-*: Drop cpu_gen_code defineRichard Henderson1-1/+0
2015-10-07target-sparc: Add npc state to insn_startRichard Henderson2-1/+7
2015-10-07target-sparc: Remove gen_opc_jump_pcRichard Henderson1-9/+10
2015-10-07target-sparc: Split out gen_branch_nRichard Henderson1-27/+28
2015-10-07target-sparc: Tidy gen_branch_a interfaceRichard Henderson1-11/+10
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson1-13/+10
2015-10-07target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson1-2/+2
2015-10-07target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson1-5/+5
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson1-1/+1
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-6/+0
2015-09-16monitor: remove target-specific code from monitor.cPavel Butsykin2-1/+159
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt3-3/+3
2015-08-24tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson1-7/+7
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-1/+1
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite1-1/+1
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-7/+4
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost1-8/+1
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson1-5/+3
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson1-1/+1
2015-01-21target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLYPeter Maydell1-0/+2
2015-01-21target-sparc: is_translating_asi() is TARGET_SPARC64 onlyPeter Maydell1-6/+2
2015-01-21target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 onlyPeter Maydell1-0/+4
2015-01-21target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_ccPeter Maydell1-24/+0
2015-01-20target-sparc: Don't use {ld, st}*_raw functionsPeter Maydell1-12/+12
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell1-2/+0
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini1-1/+1
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov1-4/+3
2014-09-25target-sparc: Use cpu_exec_interrupt qom hookRichard Henderson1-0/+21
2014-08-17target-sparc64: implement Short Floating-Point Store InstructionsArtyom Tarasenko1-1/+14
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova1-0/+3
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini2-4/+2
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini1-13/+0
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini2-1/+2
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini3-7/+10
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson9-14/+9
2014-03-26target-sparc: fix 32bit integer division overflowOlivier Danet1-7/+10
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-3/+3
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber3-10/+13
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber1-3/+6