summaryrefslogtreecommitdiffstats
path: root/target-m68k
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-1/+3
* cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber2013-07-271-0/+1
* 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-4/+4
* target-m68k: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-261-0/+67
* cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber2013-07-261-0/+1
* gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber2013-07-231-1/+2
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-233-1/+5
* gdbstub: Change syscall callback argument to CPUStateAndreas Färber2013-07-231-1/+4
* 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-5/+0
* target-m68k: Implement CPUClass::set_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-m68k: Change gen_intermediate_code_internal() argument to M68kCPUAndreas Färber2013-07-091-4/+5
* 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-9/+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-283-2/+7
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-3/+11
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-1/+1
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-3/+5
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-124-6/+11
* 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
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber2013-02-162-2/+4
* target-m68k: Return M68kCPU from cpu_m68k_init()Andreas Färber2013-02-162-4/+12
* target-m68k: Move TCG initialization to M68kCPU initfnAndreas Färber2013-02-162-7/+6
* target-m68k: Introduce QOM realizefn for M68kCPUAndreas Färber2013-02-164-4/+29
* target-m68k: Fix commentStefan Weil2013-02-061-1/+1
* target-m68k: Rename CPU subtypesAndreas Färber2013-02-012-5/+14
* target-m68k: Mark as unmigratableAndreas Färber2013-02-013-1/+8
* target-m68k: Use type_register() instead of type_register_static()Andreas Färber2013-01-281-1/+1
* target-m68k: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber2013-01-271-1/+2
* target-m68k: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber2013-01-272-2/+21
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+1
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-237-19/+19
|\
| * fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
| * qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
| * exec: move include files to include/exec/Paolo Bonzini2012-12-196-14/+14
| * build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* | cpu: Introduce CPUListState structAndreas Färber2012-12-191-7/+2
|/
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+1
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-12-101-3/+0
|\
| * target-m68k: Remove t1 from CPUM68KStateRichard Henderson2012-12-071-3/+0
* | TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
OpenPOWER on IntegriCloud