summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* alpha: fix compileBlue Swirl2009-12-201-2/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-013-6/+6
* Get rid of _t suffixmalc2009-10-013-6/+6
* Add 'static' to please SparseBlue Swirl2009-09-211-1/+1
* target-alpha: fix extlh instructionVince Weaver2009-09-181-5/+6
* 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
* Replace always_inline with inlineBlue Swirl2009-08-163-61/+58
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-165-10/+5
* 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
* target-alpha: fix emulation of ecbaurel322009-04-151-6/+0
* target-alpha: remove amask helperaurel322009-04-103-18/+13
* target-alpha: remove helper_load_implveraurel322009-04-103-7/+3
* target-alpha: overflow condition for sublv and subqvaurel322009-04-101-8/+8
* target-alpha: fix palcode mask for user pal callsaurel322009-04-071-1/+1
* target-alpha: document more registers used by 21264aurel322009-04-071-2/+2
* target-alpha: set target page size to 13 bitsaurel322009-04-071-1/+1
* target-alpha: stop translation if too longaurel322009-04-071-5/+9
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-4/+4
* target-alpha: bug fix: avoid nop to override next instructionaurel322009-03-291-3/+3
* target-alpha: remove PALCODE_ declarations (unused).aurel322009-03-291-10/+0
* target-alpha: add instruction name in comments for hw_ld opcode.aurel322009-03-291-20/+20
* Document which IPR are used by 21264aurel322009-03-291-31/+65
* target-alpha: tb_flush helper should flush the tb (and not the tlb).aurel322009-03-291-1/+1
* target-alpha: fix temp free for hw_staurel322009-03-291-2/+1
* target-alpha: fix bug: integer conditional branch offset is 21 bits wide.aurel322009-03-291-10/+10
* target-alpha: Fix bug: do not mask address LSBs for ldwu.aurel322009-03-291-1/+1
* target-alpha: Fix bug: palcode is at least 6 bits.aurel322009-03-291-1/+1
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* 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-10/+5
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-13/+15
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-045-5/+5
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* target-alpha: fix 2 warningsaurel322008-12-112-5/+4
* target-alpha: gdb-stub supportaurel322008-12-071-1/+6
* Common cpu_loop_exit prototypeaurel322008-11-301-1/+0
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* target-alpha: use CPU_Float/CPU_Double instead of ugly castsaurel322008-11-211-26/+34
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+8
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-1/+5
* TCG variable type checking.pbrook2008-11-173-439/+532
* target-alpha: fix decoding of CVTST /Saurel322008-11-111-1/+1
* target-alpha: disable single stepping and TB flush by defaultaurel322008-11-111-2/+2
* target-alpha: fix double TCG variable allocationaurel322008-11-111-1/+1
* target-alpha: fix cmpbge instructionaurel322008-11-101-1/+1
* target-alpha: fix the return value of stl_c/stq_caurel322008-11-081-4/+4