Skip to content

Commit

Permalink
Adds norvc qemu emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
HAKarlsson committed Dec 6, 2024
1 parent bec101b commit 9d4e822
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ case ${PLATFORM} in
QEMU_OPTIONS="-icount 3 $@"
warning "Platform qemu_virt uses hart 0 only. If you want multiple cores, use qemu_virt4."
;;
qemu_virt_norvc)
QEMU_MACHINE=virt
QEMU_SMP=1
QEMU_OPTIONS="-icount 3 $@"
warning "Platform qemu_virt_norvc uses hart 0 only. If you want multiple cores, use qemu_virt4."
;;
qemu_virt4)
QEMU_MACHINE=virt
QEMU_SMP=4
Expand Down

0 comments on commit 9d4e822

Please sign in to comment.