summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2018-05-172-124/+577
|\
| * i386: Add new property to control cache infoBabu Moger2018-05-152-26/+76
| * i386: Initialize cache information for EPYC family processorsBabu Moger2018-05-151-0/+52
| * i386: Add cache information in X86CPUDefinitionBabu Moger2018-05-152-0/+8
| * i386: Helpers to encode cache information consistentlyEduardo Habkost2018-05-152-124/+424
| * x86/cpu: Enable CLDEMOTE(Demote Cache Line) cpu featureJingqi Liu2018-05-152-1/+2
| * i386: add KnightsMill cpu modelBoqun Feng2018-05-151-0/+42
* | target/arm: Fix sqrt_f16 exception raisingAlex Bennée2018-05-151-1/+2
* | target/arm: Implement FMOV (immediate) for fp16Alex Bennée2018-05-151-3/+17
* | target/arm: Implement FCSEL for fp16Alex Bennée2018-05-151-6/+25
* | target/arm: Implement FCMP for fp16Alex Bennée2018-05-153-17/+83
* | target/arm: Implement FP data-processing (3 source) for fp16Richard Henderson2018-05-151-0/+48
* | target/arm: Implement FP data-processing (2 source) for fp16Richard Henderson2018-05-151-0/+65
* | target/arm: Introduce and use read_fp_hregRichard Henderson2018-05-151-16/+14Star
* | target/arm: Implement FCVT (scalar, fixed-point) for fp16Richard Henderson2018-05-151-2/+15
* | target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson2018-05-153-18/+122
* | target/arm: Early exit after unallocated_encoding in disas_fp_int_convRichard Henderson2018-05-151-1/+1
* | target/arm: Implement FMOV (general) for fp16Richard Henderson2018-05-151-0/+21
* | target/arm: Fix fp_status_f16 tininess before roundingPeter Maydell2018-05-151-0/+2
|/
* 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