summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-07-11target/arm: Mark gather prefetch as non-streamingRichard Henderson
2022-07-11target/arm: Mark gather/scatter load/store as non-streamingRichard Henderson
2022-07-11target/arm: Mark string/histo/crypto as non-streamingRichard Henderson
2022-07-11target/arm: Mark SMMLA, UMMLA, USMMLA as non-streamingRichard Henderson
2022-07-11target/arm: Mark FTSMUL, FTMAD, FADDA as non-streamingRichard Henderson
2022-07-11target/arm: Mark PMULL, FMMLA as non-streamingRichard Henderson
2022-07-11target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL as non-streamingRichard Henderson
2022-07-11target/arm: Mark RDFFR, WRFFR, SETFFR as non-streamingRichard Henderson
2022-07-11target/arm: Mark ADR as non-streamingRichard Henderson
2022-07-11target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson
2022-07-11target/arm: Add infrastructure for disas_smeRichard Henderson
2022-07-11target/arm: Handle SME in aarch64_cpu_dump_stateRichard Henderson
2022-07-08Merge tag 'pull-target-arm-20220707' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-07-07Merge tag 'pull-request-2022-07-07' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2022-07-07target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmemPeter Maydell
2022-07-07target/arm: Correctly implement Feat_DoubleLockPeter Maydell
2022-07-07target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell
2022-07-07target/arm: Suppress debug exceptions when OS Lock setPeter Maydell
2022-07-07target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell
2022-07-07target/arm: Fix code style issues in debug helper functionsPeter Maydell
2022-07-07target/arm: Record tagged bit for user-only in sve_probe_pageRichard Henderson
2022-07-07target/arm: Fix MTE check in sve_ldnfff1_rRichard Henderson
2022-07-06target/s390x: Exit tb after executing ex_valueRichard Henderson
2022-07-06target/s390x: Remove DISAS_PC_STALE_NOCHAINRichard Henderson
2022-07-06target/s390x: Remove DISAS_PC_STALERichard Henderson
2022-07-06target/s390x: Remove DISAS_GOTO_TBRichard Henderson
2022-07-06target/ppc: Fix MPC8555 and MPC8560 core type to e500v1Pali Rohár
2022-07-06target/ppc/cpu-models: Remove the "default" CPU aliasThomas Huth
2022-07-06target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo
2022-07-06target/ppc: implement cdtbcdMatheus Ferst
2022-07-06target/ppc: implement cbcdtdMatheus Ferst
2022-07-06target/ppc: implement addg6sMatheus Ferst
2022-07-06target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst
2022-07-06target/ppc: Implement mffscdrn[i] instructionsVíctor Colombo
2022-07-06target/ppc: Move mffs[.] to decodetreeVíctor Colombo
2022-07-06target/ppc: Move mffsl to decodetreeVíctor Colombo
2022-07-06target/ppc: Move mffsce to decodetreeVíctor Colombo
2022-07-06target/ppc: Move mffscrn[i] to decodetreeVíctor Colombo
2022-07-06target/ppc: Fix insn32.decode style issuesVíctor Colombo
2022-07-06ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy
2022-07-06target/ppc: use int128.h methods in vsubcuqMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vsubuqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vaddcuqMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vadduqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vpmsumdMatheus Ferst
2022-07-06target/ppc: Change FPSCR_* to follow POWER ISA numbering conventionVíctor Colombo
2022-07-06target/s390x/tcg: SPX: check validity of new prefixJanis Schoetterl-Glausch
2022-07-05Merge tag 'pull-request-2022-07-05' of https://gitlab.com/thuth/qemu into sta...Richard Henderson