summaryrefslogtreecommitdiffstats
path: root/target-m68k
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-8/+8
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+3
* remove dead m68k definitionsPaolo Bonzini2010-02-181-4/+0
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-165-10/+5
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-9/+0
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Add m68k_cpu_list()Laurent Vivier2009-05-092-0/+12
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-1/+6
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+1
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-1/+1
* clean build: Fix remaining m68k warningsaurel322009-03-073-8/+3
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* Fix ColdFire fmovem. Free the temporary we just allocated rather than somepbrook2009-02-241-1/+1
* Really fix ColdFire fdmoved address decoding.pbrook2009-02-231-0/+2
* Fix ColdFire fdmoved address decoding.pbrook2009-02-231-4/+4
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
OpenPOWER on IntegriCloud