]> Git Repo - qemu.git/commit - target/arm/cpu.h
target/arm: Add sve-max-vq cpu property to -cpu max
authorRichard Henderson <[email protected]>
Thu, 16 Aug 2018 13:05:28 +0000 (14:05 +0100)
committerPeter Maydell <[email protected]>
Thu, 16 Aug 2018 13:05:28 +0000 (14:05 +0100)
commitadf92eab90e3f5f34c285da6d14d48952b7a8e72
treeb7001056fc891aab12aa36908a884de7e3555543
parent2bf5f3f91bb4e3faa2a19aec042138a938afbf6a
target/arm: Add sve-max-vq cpu property to -cpu max

This allows the default (and maximum) vector length to be set
from the command-line.  Which is extraordinarily helpful in
debugging problems depending on vector length without having to
bake knowledge of PR_SET_SVE_VL into every guest binary.

Cc: [email protected] (3.0.1)
Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Tested-by: Alex Bennée <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
linux-user/syscall.c
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
target/arm/helper.c
This page took 0.027632 seconds and 4 git commands to generate.