Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
target/riscv: Don't start user-mode with VILL
This is still under discussion in the psABI, but it's looking like we're going to forbid VILL in userspace in order to maintain compatibility with binaries that don't expect implementations to trap whole register moves under VILL (as in QEMU before 4eff52c ("target/riscv: Add vill check for whole vector register move instructions"), for example). Fixes: f8c1f36 ("target/riscv: Set vtype.vill on CPU reset") Link: riscv-non-isa/riscv-elf-psabi-doc#454 Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
- Loading branch information