Enable svpbmt extension for riscv64 by default

This commit is contained in:
Zejun Zhao 2025-10-30 11:59:16 +08:00 committed by Tate, Hongliang Tian
parent 431b6fdff7
commit 1f8fb13cb4
1 changed files with 2 additions and 1 deletions

View File

@ -47,11 +47,12 @@ grub.boot_protocol = "linux"
qemu.args = "$(./tools/qemu_args.sh tdx)"
[scheme."riscv"]
supported_archs = ["riscv64"]
boot.method = "qemu-direct"
build.strip_elf = false
qemu.args = """\
-cpu rv64,zba=true,zbb=true \
-cpu rv64,svpbmt=true \
-machine virt \
-m 8G \
--no-reboot \