summaryrefslogtreecommitdiffstats
path: root/target-m68k
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-2/+2
|/
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* target-m68k/m68k-semi.c: Log when put_user for returning values failsPeter Maydell2012-11-031-16/+31
* target-m68k/m68k-semi: Handle get_user failurePeter Maydell2012-11-031-51/+93
* m68k: Return semihosting errno values correctlyMeador Inge2012-11-031-1/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* target-m68k: Call tcg_gen_debug_insn_startRichard Henderson2012-09-271-0/+4
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-3/+0
* target-m68k: avoid using cpu_single_envBlue Swirl2012-09-151-130/+140
* target-m68k: switch to AREG0 free modeBlue Swirl2012-09-154-81/+67
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-1/+2
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-0/+3
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-072-0/+409
* Kill off cpu_state_reset()Andreas Färber2012-06-041-5/+0
* target-m68k: Add QOM CPU subclassesAndreas Färber2012-04-302-90/+137
* target-m68k: Start QOM'ifying CPU initAndreas Färber2012-04-302-1/+10
* target-m68k: QOM'ify CPU resetAndreas Färber2012-04-302-17/+17
* target-m68k: QOM'ify CPUAndreas Färber2012-04-304-8/+136
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-5/+3
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-m68k: Don't overuse CPUStateAndreas Färber2012-03-144-65/+65
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* target-m68k: Clean includesStefan Weil2012-02-283-11/+1
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-4/+4
* exec.h cleanupBlue Swirl2011-07-302-29/+4
* Remove exec-all.h include directivesBlue Swirl2011-06-263-3/+0
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-11/+12
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-2/+2
* m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl2011-06-262-4/+28
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-3/+3
* m68k: Replace gen_im32() by tcg_const_i32()Laurent Vivier2011-06-081-23/+20
OpenPOWER on IntegriCloud