summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-5/+5
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-045-5/+5
* Remove unnecessary trailing newlinesblueswir12008-12-132-2/+0
* Allocate cleared memory for cpu state.pbrook2008-12-011-1/+1
* Spelling and grammar fixesaurel322008-11-301-1/+1
* Common cpu_loop_exit prototypeaurel322008-11-301-2/+0
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Remove premature memop TB terminations (Jan Kiszka)aliguori2008-11-181-6/+0
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-4/+5
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+10
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-2/+6
* TCG variable type checking.pbrook2008-11-172-290/+255
* Add GDB XML register description support.pbrook2008-10-111-0/+33
* Silence some warnings about no value returned from non-void functionblueswir12008-10-051-0/+1
* Fix swapped mvz/mvs instructions.pbrook2008-09-051-1/+1
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-302-5/+1
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-6/+5
* Fix coprocessor register types.pbrook2008-07-101-13/+13
* Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2008-07-032-3/+3
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-4/+0
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-1/+1
* Add instruction counter.pbrook2008-06-292-1/+22
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0
* moved halted field to CPU_COMMONbellard2008-05-281-1/+0
* Fix off-by-one unwinding error.pbrook2008-05-251-5/+0
* Convert m68k target to TCG.pbrook2008-05-2410-2350/+1574
* remove target ifdefs from vl.caurel322008-05-041-0/+9
* Factorize code in translate.caurel322008-04-281-0/+5
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* m68k compare fix.pbrook2008-03-261-1/+1