aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori3-6/+6
2009-10-01Get rid of _t suffixmalc3-6/+6
2009-09-21Add 'static' to please SparseBlue Swirl1-1/+1
2009-09-18target-alpha: fix extlh instructionVince Weaver1-5/+6
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-08-16Replace always_inline with inlineBlue Swirl3-61/+58
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl5-10/+5
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-15target-alpha: fix emulation of ecbaurel321-6/+0
2009-04-10target-alpha: remove amask helperaurel323-18/+13
2009-04-10target-alpha: remove helper_load_implveraurel323-7/+3
2009-04-10target-alpha: overflow condition for sublv and subqvaurel321-8/+8
2009-04-07target-alpha: fix palcode mask for user pal callsaurel321-1/+1
2009-04-07target-alpha: document more registers used by 21264aurel321-2/+2
2009-04-07target-alpha: set target page size to 13 bitsaurel321-1/+1
2009-04-07target-alpha: stop translation if too longaurel321-5/+9
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-4/+4
2009-03-29target-alpha: bug fix: avoid nop to override next instructionaurel321-3/+3
2009-03-29target-alpha: remove PALCODE_ declarations (unused).aurel321-10/+0
2009-03-29target-alpha: add instruction name in comments for hw_ld opcode.aurel321-20/+20
2009-03-29Document which IPR are used by 21264aurel321-31/+65
2009-03-29target-alpha: tb_flush helper should flush the tb (and not the tlb).aurel321-1/+1
2009-03-29target-alpha: fix temp free for hw_staurel321-2/+1
2009-03-29target-alpha: fix bug: integer conditional branch offset is 21 bits wide.aurel321-10/+10
2009-03-29target-alpha: Fix bug: do not mask address LSBs for ldwu.aurel321-1/+1
2009-03-29target-alpha: Fix bug: palcode is at least 6 bits.aurel321-1/+1
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
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-10/+5
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-13/+15
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel325-5/+5
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-12-11target-alpha: fix 2 warningsaurel322-5/+4
2008-12-07target-alpha: gdb-stub supportaurel321-1/+6
2008-11-30Common cpu_loop_exit prototypeaurel321-1/+0
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-21target-alpha: use CPU_Float/CPU_Double instead of ugly castsaurel321-26/+34
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+8
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-1/+5
2008-11-17TCG variable type checking.pbrook3-439/+532
2008-11-11target-alpha: fix decoding of CVTST /Saurel321-1/+1
2008-11-11target-alpha: disable single stepping and TB flush by defaultaurel321-2/+2
2008-11-11target-alpha: fix double TCG variable allocationaurel321-1/+1
2008-11-10target-alpha: fix cmpbge instructionaurel321-1/+1
2008-11-08target-alpha: fix the return value of stl_c/stq_caurel321-4/+4
2008-11-07target-alpha: fix locked loads/storesaurel322-13/+22