summaryrefslogtreecommitdiffstats
path: root/target-m68k
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-1/+1
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-10/+0
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-3/+3
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-303-4/+4
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-032-5/+6
* m68k: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+0
* m68k: fix if statement with empty body, spotted by clangBlue Swirl2010-04-231-2/+3
* Large page TLB flushPaul Brook2010-03-171-2/+3
OpenPOWER on IntegriCloud