On 4/12/23 13:18, Fabiano Rosas wrote:
The sve-max-vq property has been removed from the -cpu max used with KVM, so code under kvm_enabled in cpu_max_set_sve_max_vq is not reachable.Fixes: 0baa21be49 ("target/arm: Make KVM -cpu max exactly like -cpu host") Signed-off-by: Fabiano Rosas<[email protected]> --- target/arm/cpu64.c | 6 ------ 1 file changed, 6 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
