aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-07-18target/arm: Don't set syndrome ISS for loads and stores with writebackPeter Maydell1-1/+3
2022-07-18target/arm: Honour VTCR_EL2 bits in Secure EL2Peter Maydell2-3/+38
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell6-68/+27
2022-07-18target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_tPeter Maydell4-14/+12
2022-07-18target/arm: Fix big-endian host handling of VTCRPeter Maydell1-1/+1
2022-07-18target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell4-18/+12
2022-07-18target/arm: Calculate mask/base_mask in get_level1_table_address()Peter Maydell1-5/+9
2022-07-18target/arm: Define and use new regime_tcr_value() functionPeter Maydell4-8/+14
2022-07-18linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson1-2/+5
2022-07-18target/arm: Fix aarch64_sve_change_el for SMERichard Henderson1-6/+25
2022-07-18target/arm: Fill in VL for tbflags when SME enabled and SVE disabledRichard Henderson1-2/+8
2022-07-14Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell3-13/+23
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani3-13/+23
2022-07-12target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson1-18/+9
2022-07-12target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson1-23/+21
2022-07-12target/mips: Use error_report for UHI_assertRichard Henderson1-21/+18
2022-07-12target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson1-11/+41
2022-07-12target/mips: Use semihosting/syscalls.hRichard Henderson1-120/+91
2022-07-12target/mips: Drop link syscall from semihostingRichard Henderson1-9/+0
2022-07-12target/mips: Create report_fault for semihostingRichard Henderson1-18/+15
2022-07-12target/mips: introduce Cavium Octeon CPU modelPavel Dovgalyuk1-0/+28
2022-07-12target/mips: implement Octeon-specific arithmetic instructionsPavel Dovgalyuk2-0/+181
2022-07-12target/mips: implement Octeon-specific BBIT instructionsPavel Dovgalyuk2-0/+39
2022-07-12target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk6-0/+31
2022-07-11target/arm: Enable SME for user-onlyRichard Henderson1-0/+11
2022-07-11target/arm: Only set ZEN in reset if SVE presentRichard Henderson1-4/+3
2022-07-11target/arm: Enable SME for -cpu maxRichard Henderson1-0/+11
2022-07-11target/arm: Reset streaming sve state on exception boundariesRichard Henderson1-2/+13
2022-07-11target/arm: Implement SCLAMP, UCLAMPRichard Henderson4-0/+149
2022-07-11target/arm: Implement REVDRichard Henderson4-0/+21
2022-07-11target/arm: Implement PSELRichard Henderson2-0/+77
2022-07-11target/arm: Implement SME integer outer productRichard Henderson4-0/+118
2022-07-11target/arm: Implement FMOPA, FMOPS (widening)Richard Henderson4-0/+78
2022-07-11target/arm: Implement BFMOPA, BFMOPSRichard Henderson4-0/+90
2022-07-11target/arm: Implement FMOPA, FMOPS (non-widening)Richard Henderson4-0/+115
2022-07-11target/arm: Implement SME ADDHA, ADDVARichard Henderson4-0/+137
2022-07-11target/arm: Implement SME LDR, STRRichard Henderson2-0/+31
2022-07-11target/arm: Export unpredicated ld/st from translate-sve.cRichard Henderson2-12/+39
2022-07-11target/arm: Implement SME LD1, ST1Richard Henderson4-0/+756
2022-07-11target/arm: Implement SME MOVARichard Henderson8-1/+331
2022-07-11target/arm: Implement SME ZERORichard Henderson4-0/+44
2022-07-11target/arm: Implement SME RDSVL, ADDSVL, ADDSPLRichard Henderson3-1/+54
2022-07-11target/arm: Handle SME in sve_access_checkRichard Henderson1-6/+16
2022-07-11target/arm: Add SME enablement checksRichard Henderson2-0/+55
2022-07-11target/arm: Mark LD1RO as non-streamingRichard Henderson2-3/+2
2022-07-11target/arm: Mark LDFF1 and LDNF1 as non-streamingRichard Henderson2-2/+2
2022-07-11target/arm: Mark gather prefetch as non-streamingRichard Henderson3-8/+16
2022-07-11target/arm: Mark gather/scatter load/store as non-streamingRichard Henderson2-9/+6
2022-07-11target/arm: Mark string/histo/crypto as non-streamingRichard Henderson2-18/+18
2022-07-11target/arm: Mark SMMLA, UMMLA, USMMLA as non-streamingRichard Henderson2-7/+6