summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-07-18target/ppc: fix exception error value in slbfeeMatheus Ferst
2022-07-18target/ppc: Fix gen_priv_exception error value in mfspr/mtsprMatheus Ferst
2022-07-18target/ppc/kvm: Skip current and parent directories in kvmppc_find_cpu_dtMurilo Opsfelder Araujo
2022-07-18ppc: Remove unused irq_inputsCédric Le Goater
2022-07-18target/arm: Don't set syndrome ISS for loads and stores with writebackPeter Maydell
2022-07-18target/arm: Honour VTCR_EL2 bits in Secure EL2Peter Maydell
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell
2022-07-18target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_tPeter Maydell
2022-07-18target/arm: Fix big-endian host handling of VTCRPeter Maydell
2022-07-18target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell
2022-07-18target/arm: Calculate mask/base_mask in get_level1_table_address()Peter Maydell
2022-07-18target/arm: Define and use new regime_tcr_value() functionPeter Maydell
2022-07-18linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson
2022-07-18target/arm: Fix aarch64_sve_change_el for SMERichard Henderson
2022-07-18target/arm: Fill in VL for tbflags when SME enabled and SVE disabledRichard Henderson
2022-07-14Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani
2022-07-12target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson
2022-07-12target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson
2022-07-12target/mips: Use error_report for UHI_assertRichard Henderson
2022-07-12target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson
2022-07-12target/mips: Use semihosting/syscalls.hRichard Henderson
2022-07-12target/mips: Drop link syscall from semihostingRichard Henderson
2022-07-12target/mips: Create report_fault for semihostingRichard Henderson
2022-07-12target/mips: introduce Cavium Octeon CPU modelPavel Dovgalyuk
2022-07-12target/mips: implement Octeon-specific arithmetic instructionsPavel Dovgalyuk
2022-07-12target/mips: implement Octeon-specific BBIT instructionsPavel Dovgalyuk
2022-07-12target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk
2022-07-11target/arm: Enable SME for user-onlyRichard Henderson
2022-07-11target/arm: Only set ZEN in reset if SVE presentRichard Henderson
2022-07-11target/arm: Enable SME for -cpu maxRichard Henderson
2022-07-11target/arm: Reset streaming sve state on exception boundariesRichard Henderson
2022-07-11target/arm: Implement SCLAMP, UCLAMPRichard Henderson
2022-07-11target/arm: Implement REVDRichard Henderson
2022-07-11target/arm: Implement PSELRichard Henderson
2022-07-11target/arm: Implement SME integer outer productRichard Henderson
2022-07-11target/arm: Implement FMOPA, FMOPS (widening)Richard Henderson
2022-07-11target/arm: Implement BFMOPA, BFMOPSRichard Henderson
2022-07-11target/arm: Implement FMOPA, FMOPS (non-widening)Richard Henderson
2022-07-11target/arm: Implement SME ADDHA, ADDVARichard Henderson
2022-07-11target/arm: Implement SME LDR, STRRichard Henderson
2022-07-11target/arm: Export unpredicated ld/st from translate-sve.cRichard Henderson
2022-07-11target/arm: Implement SME LD1, ST1Richard Henderson
2022-07-11target/arm: Implement SME MOVARichard Henderson
2022-07-11target/arm: Implement SME ZERORichard Henderson
2022-07-11target/arm: Implement SME RDSVL, ADDSVL, ADDSPLRichard Henderson
2022-07-11target/arm: Handle SME in sve_access_checkRichard Henderson
2022-07-11target/arm: Add SME enablement checksRichard Henderson
2022-07-11target/arm: Mark LD1RO as non-streamingRichard Henderson
2022-07-11target/arm: Mark LDFF1 and LDNF1 as non-streamingRichard Henderson