| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into staging | Peter Maydell | 2022-07-14 | 3 | -13/+23 |
|\ |
|
| * | hvf: Enable RDTSCP support | Cameron Esfahani | 2022-07-13 | 3 | -13/+23 |
* | | target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRING | Richard Henderson | 2022-07-12 | 1 | -18/+9 |
* | | target/mips: Simplify UHI_argnlen and UHI_argn | Richard Henderson | 2022-07-12 | 1 | -23/+21 |
* | | target/mips: Use error_report for UHI_assert | Richard Henderson | 2022-07-12 | 1 | -21/+18 |
* | | target/mips: Avoid qemu_semihosting_log_out for UHI_plog | Richard Henderson | 2022-07-12 | 1 | -11/+41 |
* | | target/mips: Use semihosting/syscalls.h | Richard Henderson | 2022-07-12 | 1 | -120/+91 |
* | | target/mips: Drop link syscall from semihosting | Richard Henderson | 2022-07-12 | 1 | -9/+0 |
* | | target/mips: Create report_fault for semihosting | Richard Henderson | 2022-07-12 | 1 | -18/+15 |
* | | target/mips: introduce Cavium Octeon CPU model | Pavel Dovgalyuk | 2022-07-12 | 1 | -0/+28 |
* | | target/mips: implement Octeon-specific arithmetic instructions | Pavel Dovgalyuk | 2022-07-12 | 2 | -0/+181 |
* | | target/mips: implement Octeon-specific BBIT instructions | Pavel Dovgalyuk | 2022-07-12 | 2 | -0/+39 |
* | | target/mips: introduce decodetree structure for Cavium Octeon extension | Pavel Dovgalyuk | 2022-07-12 | 6 | -0/+31 |
|/ |
|
* | target/arm: Enable SME for user-only | Richard Henderson | 2022-07-11 | 1 | -0/+11 |
* | target/arm: Only set ZEN in reset if SVE present | Richard Henderson | 2022-07-11 | 1 | -4/+3 |
* | target/arm: Enable SME for -cpu max | Richard Henderson | 2022-07-11 | 1 | -0/+11 |
* | target/arm: Reset streaming sve state on exception boundaries | Richard Henderson | 2022-07-11 | 1 | -2/+13 |
* | target/arm: Implement SCLAMP, UCLAMP | Richard Henderson | 2022-07-11 | 4 | -0/+149 |
* | target/arm: Implement REVD | Richard Henderson | 2022-07-11 | 4 | -0/+21 |
* | target/arm: Implement PSEL | Richard Henderson | 2022-07-11 | 2 | -0/+77 |
* | target/arm: Implement SME integer outer product | Richard Henderson | 2022-07-11 | 4 | -0/+118 |
* | target/arm: Implement FMOPA, FMOPS (widening) | Richard Henderson | 2022-07-11 | 4 | -0/+78 |
* | target/arm: Implement BFMOPA, BFMOPS | Richard Henderson | 2022-07-11 | 4 | -0/+90 |
* | target/arm: Implement FMOPA, FMOPS (non-widening) | Richard Henderson | 2022-07-11 | 4 | -0/+115 |
* | target/arm: Implement SME ADDHA, ADDVA | Richard Henderson | 2022-07-11 | 4 | -0/+137 |
* | target/arm: Implement SME LDR, STR | Richard Henderson | 2022-07-11 | 2 | -0/+31 |
* | target/arm: Export unpredicated ld/st from translate-sve.c | Richard Henderson | 2022-07-11 | 2 | -12/+39 |
* | target/arm: Implement SME LD1, ST1 | Richard Henderson | 2022-07-11 | 4 | -0/+756 |
* | target/arm: Implement SME MOVA | Richard Henderson | 2022-07-11 | 8 | -1/+331 |
* | target/arm: Implement SME ZERO | Richard Henderson | 2022-07-11 | 4 | -0/+44 |
* | target/arm: Implement SME RDSVL, ADDSVL, ADDSPL | Richard Henderson | 2022-07-11 | 3 | -1/+54 |
* | target/arm: Handle SME in sve_access_check | Richard Henderson | 2022-07-11 | 1 | -6/+16 |
* | target/arm: Add SME enablement checks | Richard Henderson | 2022-07-11 | 2 | -0/+55 |
* | target/arm: Mark LD1RO as non-streaming | Richard Henderson | 2022-07-11 | 2 | -3/+2 |
* | target/arm: Mark LDFF1 and LDNF1 as non-streaming | Richard Henderson | 2022-07-11 | 2 | -2/+2 |
* | target/arm: Mark gather prefetch as non-streaming | Richard Henderson | 2022-07-11 | 3 | -8/+16 |
* | target/arm: Mark gather/scatter load/store as non-streaming | Richard Henderson | 2022-07-11 | 2 | -9/+6 |
* | target/arm: Mark string/histo/crypto as non-streaming | Richard Henderson | 2022-07-11 | 2 | -18/+18 |
* | target/arm: Mark SMMLA, UMMLA, USMMLA as non-streaming | Richard Henderson | 2022-07-11 | 2 | -7/+6 |
* | target/arm: Mark FTSMUL, FTMAD, FADDA as non-streaming | Richard Henderson | 2022-07-11 | 2 | -7/+11 |
* | target/arm: Mark PMULL, FMMLA as non-streaming | Richard Henderson | 2022-07-11 | 2 | -11/+15 |
* | target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL as non-streaming | Richard Henderson | 2022-07-11 | 2 | -13/+12 |
* | target/arm: Mark RDFFR, WRFFR, SETFFR as non-streaming | Richard Henderson | 2022-07-11 | 2 | -5/+6 |
* | target/arm: Mark ADR as non-streaming | Richard Henderson | 2022-07-11 | 3 | -5/+11 |
* | target/arm: Trap non-streaming usage when Streaming SVE is active | Richard Henderson | 2022-07-11 | 8 | -2/+195 |
* | target/arm: Add infrastructure for disas_sme | Richard Henderson | 2022-07-11 | 5 | -1/+64 |
* | target/arm: Handle SME in aarch64_cpu_dump_state | Richard Henderson | 2022-07-11 | 1 | -1/+16 |
* | Merge tag 'pull-target-arm-20220707' of https://git.linaro.org/people/pmaydel... | Richard Henderson | 2022-07-08 | 9 | -514/+637 |
|\ |
|
| * | target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmem | Peter Maydell | 2022-07-07 | 1 | -1/+1 |
| * | target/arm: Correctly implement Feat_DoubleLock | Peter Maydell | 2022-07-07 | 2 | -2/+38 |