Skip to content

Commit

Permalink
build-vm-kvm: use -cpu host on riscv64 (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-schwab committed Sep 18, 2023
1 parent 03ec781 commit c6092e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-vm-kvm
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ vm_verify_options_kvm() {
riscv64)
kvm_bin="/usr/bin/qemu-system-riscv64"
kvm_options="-M virt,accel=kvm"
kvm_cpu="-cpu rv64,sv48=on"
vm_kernel=/boot/Image
vm_initrd=/boot/initrd
test -e /boot/kernel.obs.guest && vm_kernel=/boot/kernel.obs.guest
Expand Down

0 comments on commit c6092e7

Please sign in to comment.