summaryrefslogtreecommitdiffstats
path: root/target-cris
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-2/+3
* target-cris: Factor out CPUClass::gdb_read_register() hook for v10Andreas Färber2013-07-273-6/+9
* 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-15/+15
* target-cris: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-271-0/+125
* cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber2013-07-261-0/+2
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-233-3/+9
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-3/+4
* cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2013-07-231-4/+0
* cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber2013-07-231-0/+8
* cpu: Move reset logging to CPUStateAndreas Färber2013-07-091-5/+0
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-1/+1
* target-cris: Change gen_intermediate_code_internal() argument to CRISCPUAndreas Färber2013-07-091-4/+5
* target-cris: gen_intermediate_code_internal() should be inlinedAndreas Färber2013-07-091-1/+1
* 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-14/+0
* cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber2013-06-281-1/+0
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-284-3/+11
* target-cris: Override do_interrupt for pre-v32 CPU coresAndreas Färber2013-04-163-6/+17
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-4/+10
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-123-7/+9
* target-cris/helper.c: Update Coding StyleAndreas Färber2013-03-121-197/+196
* 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-cris: Use mul*2 in mul* insnsRichard Henderson2013-02-231-42/+2
* qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell2013-02-231-2/+0
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* target-cris: Introduce CRISCPU subclassesAndreas Färber2013-02-163-49/+155
* target-cris: Move TCG initialization to CRISCPU initfnAndreas Färber2013-02-164-18/+19
* target-cris: Introduce QOM realizefn for CRISCPUAndreas Färber2013-02-163-2/+18
* target-cris: Build fix for debug outputAndreas Färber2013-02-041-1/+1
* target-cris: Fix typo in D_LOG() macroAndreas Färber2013-01-242-2/+2
* target-cris: Drop unused cpu_cris_close() prototypeAndreas Färber2013-01-211-1/+0
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-192-2/+2
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-194-11/+11
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+4
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+1
* 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
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-5/+5
* target-cris/translate.c: Code style clean-upEvgeny Voevodin2012-11-171-2500/+2540
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
* target-cris: rename helper flagsAurelien Jarno2012-10-281-9/+9
OpenPOWER on IntegriCloud