summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* target-alpha: fix extlh instructionVince Weaver2009-09-181-5/+6
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* Replace always_inline with inlineBlue Swirl2009-08-161-47/+43
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* target-alpha: fix emulation of ecbaurel322009-04-151-6/+0
* target-alpha: remove amask helperaurel322009-04-101-2/+13
* target-alpha: remove helper_load_implveraurel322009-04-101-1/+3
* target-alpha: fix palcode mask for user pal callsaurel322009-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: add instruction name in comments for hw_ld opcode.aurel322009-03-291-20/+20
* 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
* 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-041-1/+1
* target-alpha: gdb-stub supportaurel322008-12-071-1/+6
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* TCG variable type checking.pbrook2008-11-171-309/+401
* 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 the return value of stl_c/stq_caurel322008-11-081-4/+4
* target-alpha: fix locked loads/storesaurel322008-11-071-13/+21
* target-alpha: Fix ret instructionaurel322008-11-061-2/+2
* target-alpha: use the new TCG logical operationsaurel322008-10-211-18/+6
* target-alpha: convert palcode ops to TCGaurel322008-09-301-241/+197
* target-alpha: convert locked load/store to TCGaurel322008-09-301-40/+52
* target-alpha: misc fixesaurel322008-09-291-53/+41
* target-alpha: convert FP ops to TCGaurel322008-09-291-269/+267
* target-alpha: factorize load/store codeaurel322008-09-291-134/+65
* target-alpha: switch most load/store ops to TCGaurel322008-09-181-20/+128
* target-alpha: convert remaining arith3 functions to TCGaurel322008-09-181-58/+39
* target-alpha: fix one more literal sign issueaurel322008-09-181-1/+1
* target-alpha: instruction decoding simplificationaurel322008-09-181-234/+134
* target-alpha: convert cmp* instructions to TCGaurel322008-09-181-5/+37
* alpha: fix a missing literal sign issueaurel322008-09-181-4/+4
* target-alpha: switch a few helpers to TCGaurel322008-09-181-11/+11
* target-alpha: convert byte manipulation instructions to TCGaurel322008-09-171-23/+110
* alpha: convert cmov and bcond to TCGaurel322008-09-171-41/+69
* target-alpha: small optimizationsaurel322008-09-161-2/+2
* target-alpha: fix TCG register namesaurel322008-09-161-2/+2
* target-alpha: convert some arith3 instructions to TCGaurel322008-09-161-83/+408