summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell2020-02-281-2/+2
* target/arm: Split VMINMAXNM decodeRichard Henderson2020-02-282-77/+44Star
* target/arm: Split VFM decodeRichard Henderson2020-02-282-14/+55
* target/arm: Add formats for some vfp 2 and 3-register insnsRichard Henderson2020-02-281-90/+60Star
* target/arm: Remove ARM_FEATURE_VFP*Richard Henderson2020-02-285-37/+0Star
* target/arm: Move the vfp decodetree calls next to the base isaRichard Henderson2020-02-281-54/+29Star
* target/arm: Move VLLDM and VLSTM to vfp.decodeRichard Henderson2020-02-283-44/+50
* target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insnRichard Henderson2020-02-281-4/+0Star
* target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmacRichard Henderson2020-02-284-6/+36
* target/arm: Add missing checks for fpsp_v2Richard Henderson2020-02-281-9/+69
* target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3Richard Henderson2020-02-281-16/+8Star
* target/arm: Perform fpdp_v2 check firstRichard Henderson2020-02-281-69/+71
* target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfpRichard Henderson2020-02-283-5/+20
* target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}Richard Henderson2020-02-281-0/+18
* target/arm: Rename isar_feature_aa32_fpdp_v2Richard Henderson2020-02-282-22/+22
* target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson2020-02-285-14/+25
* target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfnRichard Henderson2020-02-281-0/+1
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200227' into stagingPeter Maydell2020-02-277-17/+64
|\
| * s390x: Rename and use constants for short PSW address and maskJanosch Frank2020-02-272-3/+4
| * s390/sclp: improve special wait psw logicChristian Borntraeger2020-02-261-1/+1
| * s390x: Add missing vcpu reset functionsJanosch Frank2020-02-264-12/+58
| * target/s390x/translate: Fix RNSBG instructionThomas Huth2020-02-261-1/+1
* | target/riscv: progressively load the instruction during decodeAlex Bennée2020-02-252-23/+25
|/
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-257-19/+18Star
|\
| * Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
| * Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-203-6/+6
| * Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-202-10/+9Star
| * Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-202-5/+5
| * Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé2020-02-201-3/+3
| * Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-204-4/+4
* | target/i386: check for empty register in FXAMPaolo Bonzini2020-02-251-1/+5
* | target/arm: Set MVFR0.FPSP for ARMv5 cpusRichard Henderson2020-02-211-4/+6
* | target/arm: Use isar_feature_aa32_simd_r32 more placesRichard Henderson2020-02-213-13/+11Star
* | target/arm: Rename isar_feature_aa32_simd_r32Richard Henderson2020-02-212-27/+28
* | target/arm: Convert PMULL.8 to gvecRichard Henderson2020-02-216-55/+95
* | target/arm: Convert PMULL.64 to gvecRichard Henderson2020-02-215-72/+39Star
* | target/arm: Convert PMUL.8 to gvecRichard Henderson2020-02-215-37/+39
* | target/arm: Vectorize USHL and SSHLRichard Henderson2020-02-216-66/+389
* | target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell2020-02-214-9/+33
* | target/arm: Use FIELD_EX32 for testing 32-bit fieldsPeter Maydell2020-02-211-9/+9
* | target/arm: Use isar_feature function for testing AA32HPD featurePeter Maydell2020-02-212-2/+7
* | target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell2020-02-216-79/+106
* | target/arm: Correct handling of PMCR_EL0.LC bitPeter Maydell2020-02-211-4/+9
* | target/arm: Correct definition of PMCRDPPeter Maydell2020-02-211-1/+2
* | target/arm: Provide ARMv8.4-PMU in '-cpu max'Peter Maydell2020-02-211-0/+8
* | target/arm: Implement ARMv8.4-PMU extensionPeter Maydell2020-02-212-1/+39
* | target/arm: Implement ARMv8.1-PMU extensionPeter Maydell2020-02-211-2/+30
* | target/arm: Read debug-related ID registers from KVMPeter Maydell2020-02-213-0/+49
* | target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell2020-02-215-12/+12
* | target/arm: Stop assuming DBGDIDR always existsPeter Maydell2020-02-214-19/+57