summaryrefslogtreecommitdiff
path: root/target-cris
AgeCommit message (Expand)AuthorFilesLines
2013-04-16target-cris: Override do_interrupt for pre-v32 CPU coresAndreas Färber3-6/+17
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber4-4/+10
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber3-7/+9
2013-03-12target-cris/helper.c: Update Coding StyleAndreas Färber1-197/+196
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber1-0/+1
2013-02-23target-cris: Use mul*2 in mul* insnsRichard Henderson1-42/+2
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell1-2/+0
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+2
2013-02-16target-cris: Introduce CRISCPU subclassesAndreas Färber3-49/+155
2013-02-16target-cris: Move TCG initialization to CRISCPU initfnAndreas Färber4-18/+19
2013-02-16target-cris: Introduce QOM realizefn for CRISCPUAndreas Färber3-2/+18
2013-02-04target-cris: Build fix for debug outputAndreas Färber1-1/+1
2013-01-24target-cris: Fix typo in D_LOG() macroAndreas Färber2-2/+2
2013-01-21target-cris: Drop unused cpu_cris_close() prototypeAndreas Färber1-1/+0
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini2-2/+2
2012-12-19qom: move include files to include/qom/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini4-11/+11
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+4
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+1
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-3/+3
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin1-3/+3
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-4/+4
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-5/+5
2012-11-17target-cris/translate.c: Code style clean-upEvgeny Voevodin1-2500/+2540
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-28target-cris: rename helper flagsAurelien Jarno1-9/+9
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-1/+1
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson1-1/+2
2012-09-15target-cris: Switch to AREG0 free modeAurelien Jarno5-186/+180
2012-09-15target-cris: Avoid AREG0 for helpersAurelien Jarno4-77/+88
2012-09-08target-cris: Fix buffer overflowStefan Weil1-1/+1
2012-06-15cris: Fix NMI-flag handling on crisv10.Lars Persson3-5/+6
2012-06-14cris: Add break support for v10.Edgar E. Iglesias3-2/+4
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-2/+2
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-1/+4
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-06-04target-cris: Let cpu_cris_init() return CRISCPUAndreas Färber2-6/+14
2012-06-04target-cris: Reindent cpu_cris_init()Andreas Färber1-52/+53
2012-04-24target-cris: Start QOM'ifying CPU initAndreas Färber2-1/+10
2012-04-24target-cris: QOM'ify CPU resetAndreas Färber2-21/+24
2012-04-24target-cris: QOM'ify CPUAndreas Färber4-1/+135
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-7/+5
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-cris: Don't overuse CPUStateAndreas Färber7-62/+62