aboutsummaryrefslogtreecommitdiff
path: root/target-m68k
AgeCommit message (Expand)Author
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber
2013-02-16target-m68k: Return M68kCPU from cpu_m68k_init()Andreas Färber
2013-02-16target-m68k: Move TCG initialization to M68kCPU initfnAndreas Färber
2013-02-16target-m68k: Introduce QOM realizefn for M68kCPUAndreas Färber
2013-02-06target-m68k: Fix commentStefan Weil
2013-02-01target-m68k: Rename CPU subtypesAndreas Färber
2013-02-01target-m68k: Mark as unmigratableAndreas Färber
2013-01-28target-m68k: Use type_register() instead of type_register_static()Andreas Färber
2013-01-27target-m68k: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber
2013-01-27target-m68k: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19cpu: Introduce CPUListState structAndreas Färber
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qom: move include files to include/qom/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-12-07target-m68k: Remove t1 from CPUM68KStateRichard Henderson
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-11-03target-m68k/m68k-semi.c: Log when put_user for returning values failsPeter Maydell
2012-11-03target-m68k/m68k-semi: Handle get_user failurePeter Maydell
2012-11-03m68k: Return semihosting errno values correctlyMeador Inge
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-27target-m68k: Call tcg_gen_debug_insn_startRichard Henderson
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-09-15target-m68k: avoid using cpu_single_envBlue Swirl
2012-09-15target-m68k: switch to AREG0 free modeBlue Swirl
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-04-30target-m68k: Add QOM CPU subclassesAndreas Färber
2012-04-30target-m68k: Start QOM'ifying CPU initAndreas Färber
2012-04-30target-m68k: QOM'ify CPU resetAndreas Färber
2012-04-30target-m68k: QOM'ify CPUAndreas Färber
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber