diff options
author | 2024-03-13 17:05:37 +0000 | |
---|---|---|
committer | 2024-03-14 03:51:11 +0000 | |
commit | 41f264abe76acb4f7cb545471cbbfbc30e3101ca (patch) | |
tree | 22af6124d8587e30e884be75be38f42cfd3e1ad4 | |
parent | 5937cdeeef4639e523ae3cfde3bfce3ccb252921 (diff) |
Qemu: Change default SVE vector length
Match what the code currently expects.
Test: art/test.py --target -r --ndebug --64 011 525 527 \
530 550 561 594 620 623 640 641 645 646 655 656 660 \
661 665 667 669 672 673 684 696 706 800
Change-Id: I427eccfb7b6b9e4e8095b108277c3881bb2c0296
-rwxr-xr-x | tools/buildbot-vm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildbot-vm.sh b/tools/buildbot-vm.sh index a15f9e8cbe..0ab7e9ccaf 100755 --- a/tools/buildbot-vm.sh +++ b/tools/buildbot-vm.sh @@ -111,7 +111,7 @@ elif [[ $action = boot ]]; then -nographic \ -bios fw_jump.elf \ -kernel uboot.elf \ - -cpu rv64,v=true,vlen=256,vext_spec=v1.0 \ + -cpu rv64,v=true,vlen=128,vext_spec=v1.0 \ -drive file="$ART_TEST_VM_IMG",if=virtio \ -drive file=user-data.img,format=raw,if=virtio \ -device virtio-net-device,netdev=usernet \ |