Age | Commit message (Expand) | Author | Files | Lines |
2022-07-12 | target/mips: Use error_report for UHI_assert | Richard Henderson | 1 | -21/+18 |
2022-07-12 | target/mips: Avoid qemu_semihosting_log_out for UHI_plog | Richard Henderson | 1 | -11/+41 |
2022-07-12 | target/mips: Use semihosting/syscalls.h | Richard Henderson | 1 | -120/+91 |
2022-07-12 | target/mips: Drop link syscall from semihosting | Richard Henderson | 1 | -9/+0 |
2022-07-12 | target/mips: Create report_fault for semihosting | Richard Henderson | 1 | -18/+15 |
2022-07-12 | target/mips: introduce Cavium Octeon CPU model | Pavel Dovgalyuk | 1 | -0/+28 |
2022-07-12 | target/mips: implement Octeon-specific arithmetic instructions | Pavel Dovgalyuk | 2 | -0/+181 |
2022-07-12 | target/mips: implement Octeon-specific BBIT instructions | Pavel Dovgalyuk | 2 | -0/+39 |
2022-07-12 | target/mips: introduce decodetree structure for Cavium Octeon extension | Pavel Dovgalyuk | 6 | -0/+31 |
2022-07-12 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 24 | -131/+164 |
2022-07-12 | meson: place default firmware path under .../share | Paolo Bonzini | 2 | -2/+2 |
2022-07-12 | iotests/copy-before-write: specify required_fmts | Vladimir Sementsov-Ogievskiy | 1 | -1/+2 |
2022-07-12 | iotests: fix copy-before-write for macOS and FreeBSD | Vladimir Sementsov-Ogievskiy | 1 | -0/+5 |
2022-07-12 | gitlab-ci/cirrus: Update freebsd to python 3.9 packages | Richard Henderson | 2 | -2/+4 |
2022-07-12 | Merge tag 'pull-tcg-20220712' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 2 | -4/+6 |
2022-07-12 | accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore | Ilya Leoshkevich | 1 | -3/+5 |
2022-07-12 | tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd() | Shaobo Song | 1 | -1/+1 |
2022-07-11 | Merge tag 'pull-target-arm-20220711' of https://git.linaro.org/people/pmaydel... | Richard Henderson | 28 | -134/+2820 |
2022-07-11 | linux-user/aarch64: Add SME related hwcap entries | Richard Henderson | 1 | -0/+20 |
2022-07-11 | target/arm: Enable SME for user-only | Richard Henderson | 1 | -0/+11 |
2022-07-11 | target/arm: Only set ZEN in reset if SVE present | Richard Henderson | 1 | -4/+3 |
2022-07-11 | linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL | Richard Henderson | 2 | -0/+70 |
2022-07-11 | linux-user: Rename sve prctls | Richard Henderson | 2 | -10/+10 |
2022-07-11 | linux-user/aarch64: Implement SME signal handling | Richard Henderson | 1 | -13/+154 |
2022-07-11 | linux-user/aarch64: Move sve record checks into restore | Richard Henderson | 1 | -16/+35 |
2022-07-11 | linux-user/aarch64: Verify extra record lock succeeded | Richard Henderson | 1 | -0/+3 |
2022-07-11 | linux-user/aarch64: Do not allow duplicate or short sve records | Richard Henderson | 1 | -1/+4 |
2022-07-11 | linux-user/aarch64: Tidy target_restore_sigframe error return | Richard Henderson | 1 | -14/+10 |
2022-07-11 | linux-user/aarch64: Add SM bit to SVE signal context | Richard Henderson | 1 | -1/+8 |
2022-07-11 | linux-user/aarch64: Reset PSTATE.SM on syscalls | Richard Henderson | 1 | -0/+9 |
2022-07-11 | linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS | Richard Henderson | 1 | -1/+4 |
2022-07-11 | target/arm: Enable SME for -cpu max | Richard Henderson | 2 | -0/+15 |
2022-07-11 | target/arm: Reset streaming sve state on exception boundaries | Richard Henderson | 1 | -2/+13 |
2022-07-11 | target/arm: Implement SCLAMP, UCLAMP | Richard Henderson | 4 | -0/+149 |
2022-07-11 | target/arm: Implement REVD | Richard Henderson | 4 | -0/+21 |
2022-07-11 | target/arm: Implement PSEL | Richard Henderson | 2 | -0/+77 |
2022-07-11 | target/arm: Implement SME integer outer product | Richard Henderson | 4 | -0/+118 |
2022-07-11 | target/arm: Implement FMOPA, FMOPS (widening) | Richard Henderson | 4 | -0/+78 |
2022-07-11 | target/arm: Implement BFMOPA, BFMOPS | Richard Henderson | 4 | -0/+90 |
2022-07-11 | target/arm: Implement FMOPA, FMOPS (non-widening) | Richard Henderson | 4 | -0/+115 |
2022-07-11 | target/arm: Implement SME ADDHA, ADDVA | Richard Henderson | 4 | -0/+137 |
2022-07-11 | target/arm: Implement SME LDR, STR | Richard Henderson | 2 | -0/+31 |
2022-07-11 | target/arm: Export unpredicated ld/st from translate-sve.c | Richard Henderson | 2 | -12/+39 |
2022-07-11 | target/arm: Implement SME LD1, ST1 | Richard Henderson | 4 | -0/+756 |
2022-07-11 | target/arm: Implement SME MOVA | Richard Henderson | 8 | -1/+331 |
2022-07-11 | target/arm: Implement SME ZERO | Richard Henderson | 4 | -0/+44 |
2022-07-11 | target/arm: Implement SME RDSVL, ADDSVL, ADDSPL | Richard Henderson | 3 | -1/+54 |
2022-07-11 | target/arm: Handle SME in sve_access_check | Richard Henderson | 1 | -6/+16 |
2022-07-11 | target/arm: Add SME enablement checks | Richard Henderson | 2 | -0/+55 |
2022-07-11 | target/arm: Mark LD1RO as non-streaming | Richard Henderson | 2 | -3/+2 |