summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/rth/tags/tgt-openrisc-pull-request' int...Peter Maydell2018-05-155-1151/+1050Star
|\
| * target/openrisc: Merge disas_openrisc_insnRichard Henderson2018-05-141-9/+4Star
| * target/openrisc: Convert dec_floatRichard Henderson2018-05-142-230/+149Star
| * target/openrisc: Convert dec_compiRichard Henderson2018-05-142-58/+70
| * target/openrisc: Convert dec_compRichard Henderson2018-05-142-62/+73
| * target/openrisc: Convert dec_MRichard Henderson2018-05-142-28/+16Star
| * target/openrisc: Convert dec_logicRichard Henderson2018-05-142-36/+32Star
| * target/openrisc: Convert dec_macRichard Henderson2018-05-142-33/+27Star
| * target/openrisc: Convert dec_calcRichard Henderson2018-05-142-169/+229
| * target/openrisc: Convert remainder of dec_misc insnsRichard Henderson2018-05-142-153/+141Star
| * target/openrisc: Convert memory insnsRichard Henderson2018-05-142-139/+160
| * target/openrisc: Convert branch insnsRichard Henderson2018-05-142-78/+84
| * target/openrisc: Start conversion to decodetree.pyRichard Henderson2018-05-143-43/+78
| * target-openrisc: Write back result before FPE exceptionRichard Henderson2018-05-143-252/+126Star
* | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request'...Peter Maydell2018-05-141-0/+1
|\ \
| * | m68k: fix floatx80_mod() (Coverity CID1390568)Laurent Vivier2018-05-141-0/+1
| |/
* | target/s390x: Fix brace Werror with clang 6.0.0Richard Henderson2018-05-141-1/+1
* | s390x: refactor reset/reipl handlingDavid Hildenbrand2018-05-144-64/+31Star
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-05-1414-23/+98
|\
| * rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini2018-05-118-5/+4Star
| * i386/kvm: add support for Hyper-V reenlightenment MSRsVitaly Kuznetsov2018-05-115-3/+77
| * target/i386: sev: fix memory leaksPaolo Bonzini2018-05-091-15/+17
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell2018-05-119-188/+514
|\ \
| * | target/arm: Clear SVE high bits for FMOVRichard Henderson2018-05-101-12/+5Star
| * | target/arm: Fix float16 to/from int16Richard Henderson2018-05-103-6/+55
| * | target/arm: Implement vector shifted FCVT for fp16Richard Henderson2018-05-101-18/+45
| * | target/arm: Implement vector shifted SCVF/UCVF for fp16Richard Henderson2018-05-101-13/+20
| * | target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-onlyRichard Henderson2018-05-101-0/+1
| * | target/arm: Implement CAS and CASPRichard Henderson2018-05-103-3/+161
| * | target/arm: Fill in disas_ldst_atomicRichard Henderson2018-05-101-2/+36
| * | target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson2018-05-102-43/+134
| * | target/riscv: Use new atomic min/max expandersRichard Henderson2018-05-101-49/+17Star
| * | target/xtensa: Use new min/max expandersRichard Henderson2018-05-101-17/+33
| * | target/arm: Use new min/max expandersRichard Henderson2018-05-101-32/+14Star
| |/
* | Merge remote-tracking branch 'remotes/rth/tags/cota-target-pull-request' into...Peter Maydell2018-05-1119-1569/+1532Star
|\ \
| * | target/riscv: convert to TranslatorOpsEmilio G. Cota2018-05-091-78/+80
| * | target/riscv: convert to DisasContextBaseEmilio G. Cota2018-05-091-65/+64Star
| * | target/riscv: convert to DisasJumpTypeEmilio G. Cota2018-05-091-44/+28Star
| * | target/openrisc: convert to TranslatorOpsEmilio G. Cota2018-05-091-84/+79Star
| * | target/openrisc: convert to DisasContextBaseEmilio G. Cota2018-05-091-47/+46Star
| * | target/s390x: convert to TranslatorOpsEmilio G. Cota2018-05-091-82/+80Star
| * | target/s390x: convert to DisasContextBaseEmilio G. Cota2018-05-091-72/+76
| * | target/s390x: convert to DisasJumpTypeEmilio G. Cota2018-05-091-635/+632Star
| * | target/mips: convert to TranslatorOpsEmilio G. Cota2018-05-091-114/+113Star
| * | target/mips: use *ctx for DisasContextEmilio G. Cota2018-05-091-82/+83
| * | target/mips: convert to DisasContextBaseEmilio G. Cota2018-05-091-171/+175
| * | target/mips: convert to DisasJumpTypeEmilio G. Cota2018-05-091-95/+91Star
| * | target/mips: use lookup_and_goto_ptr on BS_STOPEmilio G. Cota2018-05-091-1/+2
| * | target/sparc: convert to TranslatorOpsEmilio G. Cota2018-05-091-88/+86Star
| * | target/sparc: convert to DisasContextBaseEmilio G. Cota2018-05-091-47/+45Star