summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2024-03-13 17:05:37 +0000
committer Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-03-14 03:51:11 +0000
commit41f264abe76acb4f7cb545471cbbfbc30e3101ca (patch)
tree22af6124d8587e30e884be75be38f42cfd3e1ad4
parent5937cdeeef4639e523ae3cfde3bfce3ccb252921 (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-xtools/buildbot-vm.sh2
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 \