aboutsummaryrefslogtreecommitdiffstats
path: root/target-m68k
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-5/+5
2009-10-01Get rid of _t suffixmalc1-5/+5
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl5-10/+5
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-9/+0
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-05-09Add m68k_cpu_list()Laurent Vivier2-0/+12
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-1/+6
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+1
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-1/+1
2009-03-07clean build: Fix remaining m68k warningsaurel323-8/+3
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-02-24Fix ColdFire fmovem. Free the temporary we just allocated rather than somepbrook1-1/+1
2009-02-23Really fix ColdFire fdmoved address decoding.pbrook1-0/+2
2009-02-23Fix ColdFire fdmoved address decoding.pbrook1-4/+4
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+5
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-5/+5
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel325-5/+5
2008-12-13Remove unnecessary trailing newlinesblueswir12-2/+0
2008-12-01Allocate cleared memory for cpu state.pbrook1-1/+1
2008-11-30Spelling and grammar fixesaurel321-1/+1
2008-11-30Common cpu_loop_exit prototypeaurel321-2/+0
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-18Remove premature memop TB terminations (Jan Kiszka)aliguori1-6/+0
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-4/+5
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+10
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-2/+6
2008-11-17TCG variable type checking.pbrook2-290/+255
2008-10-11Add GDB XML register description support.pbrook1-0/+33
2008-10-05Silence some warnings about no value returned from non-void functionblueswir11-0/+1
2008-09-05Fix swapped mvz/mvs instructions.pbrook1-1/+1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12-5/+1
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-6/+5
2008-07-10Fix coprocessor register types.pbrook1-13/+13
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2-3/+3
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook1-4/+0
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-1/+1
2008-06-29Add instruction counter.pbrook2-1/+22
2008-05-30Fix typo.pbrook1-1/+1
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook1-0/+9
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard1-2/+0
2008-05-28moved halted field to CPU_COMMONbellard1-1/+0
2008-05-25Fix off-by-one unwinding error.pbrook1-5/+0
2008-05-24Convert m68k target to TCG.pbrook10-2350/+1574
2008-05-04remove target ifdefs from vl.caurel321-0/+9
2008-04-28Factorize code in translate.caurel321-0/+5