aboutsummaryrefslogtreecommitdiff
path: root/target-m68k
AgeCommit message (Expand)Author
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
2012-03-14target-m68k: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-28target-m68k: Clean includesStefan Weil
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-08m68k: Replace gen_im32() by tcg_const_i32()Laurent Vivier
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-03-13inline cpu_halted into sole callerPaolo Bonzini