aboutsummaryrefslogtreecommitdiff
path: root/target-m68k
AgeCommit message (Expand)Author
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
2008-07-10Fix coprocessor register types.pbrook
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Spelling fixes, spotted by Stuart Brady.ths
2008-06-29Add instruction counter.pbrook
2008-05-30Fix typo.pbrook
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-24Convert m68k target to TCG.pbrook
2008-05-04remove target ifdefs from vl.caurel32
2008-04-28Factorize code in translate.caurel32
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2008-03-26m68k compare fix.pbrook
2008-02-01use the TCG code generatorbellard
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths
2007-11-18Add strict checking mode for softfp code.pbrook
2007-11-12added missing returnbellard
2007-11-11fixed invalid typebellard
2007-11-10Fix m68k FP register debug dumps.pbrook
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer