aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini7-19/+18
2020-02-25target/i386: check for empty register in FXAMPaolo Bonzini1-1/+5
2020-02-21target/arm: Set MVFR0.FPSP for ARMv5 cpusRichard Henderson1-4/+6
2020-02-21target/arm: Use isar_feature_aa32_simd_r32 more placesRichard Henderson3-13/+11
2020-02-21target/arm: Rename isar_feature_aa32_simd_r32Richard Henderson2-27/+28
2020-02-21target/arm: Convert PMULL.8 to gvecRichard Henderson6-55/+95
2020-02-21target/arm: Convert PMULL.64 to gvecRichard Henderson5-72/+39
2020-02-21target/arm: Convert PMUL.8 to gvecRichard Henderson5-37/+39
2020-02-21target/arm: Vectorize USHL and SSHLRichard Henderson6-66/+389
2020-02-21target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell4-9/+33
2020-02-21target/arm: Use FIELD_EX32 for testing 32-bit fieldsPeter Maydell1-9/+9
2020-02-21target/arm: Use isar_feature function for testing AA32HPD featurePeter Maydell2-2/+7
2020-02-21target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell6-79/+106
2020-02-21target/arm: Correct handling of PMCR_EL0.LC bitPeter Maydell1-4/+9
2020-02-21target/arm: Correct definition of PMCRDPPeter Maydell1-1/+2
2020-02-21target/arm: Provide ARMv8.4-PMU in '-cpu max'Peter Maydell1-0/+8
2020-02-21target/arm: Implement ARMv8.4-PMU extensionPeter Maydell2-1/+39
2020-02-21target/arm: Implement ARMv8.1-PMU extensionPeter Maydell1-2/+30
2020-02-21target/arm: Read debug-related ID registers from KVMPeter Maydell3-0/+49
2020-02-21target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell5-12/+12
2020-02-21target/arm: Stop assuming DBGDIDR always existsPeter Maydell4-19/+57
2020-02-21target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checksPeter Maydell4-11/+25
2020-02-21target/arm: Define an aa32_pmu_8_1 isar feature test functionPeter Maydell4-21/+27
2020-02-21target/arm: Use FIELD macros for clearing ID_DFR0 PERFMON fieldPeter Maydell1-1/+1
2020-02-21target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1Peter Maydell3-4/+14
2020-02-21target/arm: Factor out PMU register definitionsPeter Maydell1-76/+82
2020-02-21target/arm: Define and use any_predinv isar_feature testPeter Maydell2-8/+6
2020-02-21target/arm: Add isar_feature_any_fp16 and document naming/usage conventionsPeter Maydell2-2/+19
2020-02-21target/arm: Check aa32_pan in take_aarch32_exception(), not aa64_panPeter Maydell1-1/+1
2020-02-21target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell5-10/+19
2020-02-21target/arm: Split out aa64_va_parameter_tbi, aa64_va_parameter_tbidRichard Henderson2-34/+37
2020-02-21target/arm: Remove ttbr1_valid check from get_phys_addr_lpaeRichard Henderson1-5/+1
2020-02-21target/arm: Fix select for aa64_va_parameters_bothRichard Henderson1-22/+24
2020-02-21target/arm: Use bit 55 explicitly for pauthRichard Henderson1-1/+2
2020-02-21target/arm: Flush high bits of sve register after AdvSIMD INSRichard Henderson1-0/+6
2020-02-21target/arm: Flush high bits of sve register after AdvSIMD ZIP/UZP/TRNRichard Henderson1-0/+1
2020-02-21target/arm: Flush high bits of sve register after AdvSIMD TBL/TBXRichard Henderson1-0/+1
2020-02-21target/arm: Flush high bits of sve register after AdvSIMD EXTRichard Henderson1-0/+1
2020-02-21target/ppc/cpu.h: Clean up comments in the struct CPUPPCState definitionBALATON Zoltan1-91/+54
2020-02-21target/ppc/cpu.h: Move fpu related members closer in cpu envBALATON Zoltan1-5/+4
2020-02-21target/ppc: Fix typo in commentsBALATON Zoltan2-5/+5
2020-02-21target/ppc/cpu.h: Remove duplicate includesBALATON Zoltan1-2/+0
2020-02-20Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé1-2/+2
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé3-6/+6
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell2-10/+9
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2-5/+5
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé1-3/+3
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé4-4/+4
2020-02-18target/i386/whpx: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2020-02-14Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf2' i...Peter Maydell1-9/+11