aboutsummaryrefslogtreecommitdiff
path: root/target-m68k
AgeCommit message (Expand)Author
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-04-25m68k: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-23m68k: fix if statement with empty body, spotted by clangBlue Swirl
2010-03-17Large page TLB flushPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson
2010-02-18remove dead m68k definitionsPaolo Bonzini
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-05-09Add m68k_cpu_list()Laurent Vivier
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-03-07clean build: Fix remaining m68k warningsaurel32
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2009-02-24Fix ColdFire fmovem. Free the temporary we just allocated rather than somepbrook
2009-02-23Really fix ColdFire fdmoved address decoding.pbrook
2009-02-23Fix ColdFire fdmoved address decoding.pbrook
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26Log reset events (Jan Kiszka)aliguori
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-12-01Allocate cleared memory for cpu state.pbrook
2008-11-30Spelling and grammar fixesaurel32
2008-11-30Common cpu_loop_exit prototypeaurel32
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-18Remove premature memop TB terminations (Jan Kiszka)aliguori
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-10-11Add GDB XML register description support.pbrook
2008-10-05Silence some warnings about no value returned from non-void functionblueswir1
2008-09-05Fix swapped mvz/mvs instructions.pbrook
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths