summaryrefslogtreecommitdiffstats
path: root/target-sparc
Commit message (Expand)AuthorAgeFilesLines
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber2013-07-291-0/+2
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-274-2/+15
* gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber2013-07-271-27/+27
* target-sparc: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-261-0/+200
* cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber2013-07-261-0/+6
* cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber2013-07-233-6/+10
* exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2013-07-231-2/+3
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-233-5/+12
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-1/+2
* cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2013-07-232-6/+9
* cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber2013-07-231-0/+9
* cpu: Move reset logging to CPUStateAndreas Färber2013-07-091-5/+0
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-093-3/+3
* target-sparc: Change gen_intermediate_code_internal() argument to SPARCCPUAndreas Färber2013-07-091-4/+6
* cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber2013-07-091-1/+1
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-12/+0
* memory: add ref/unref callsPaolo Bonzini2013-07-041-0/+1
* cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber2013-06-283-10/+23
* cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber2013-06-281-3/+0
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-282-2/+7
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-1/+1
* target-sparc: Replace free by g_freeStefan Weil2013-06-111-1/+1
* Remove Sun4c, Sun4d and a few CPUsBlue Swirl2013-05-261-122/+0
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-125-3/+10
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-122-3/+6
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* cpu: Introduce ENV_OFFSET macrosAndreas Färber2013-03-031-0/+1
* target-sparc: Use mul*2 for multiplyRichard Henderson2013-02-231-27/+18
* target-sparc: Use official add2/sub2 interfaces for addx/subxRichard Henderson2013-02-231-26/+16
* SPARC LEON power-down support addedRonald Hecht2013-02-235-1/+19
* Added LEON MMU ASI mappings and corrected LEON3 MMU masks.Ronald Hecht2013-02-232-2/+8
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-02-182-5/+24
|\
| * cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
| * target-sparc: Move TCG initialization to SPARCCPU initfnAndreas Färber2013-02-161-4/+4
| * target-sparc: Introduce QOM realizefn for SPARCCPUAndreas Färber2013-02-162-1/+18
* | target-sparc: Fix debug output for DEBUG_MMUAndreas Färber2013-02-161-1/+1
|/
* cpu: do not use object_deletePaolo Bonzini2013-02-011-1/+1
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+1
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-192-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-193-3/+3
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-195-12/+12
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-163-25/+12
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-12-101-1/+0
|\
| * target-sparc: Remove t0, t1 from CPUSPARCStateRichard Henderson2012-12-071-1/+0
* | TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* | TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
OpenPOWER on IntegriCloud