Skip to content

Commit e814c26

Browse files
committed
board/common/qemu: Downgrade CPU to Cortex-A53 on aarch64
This CPU has less emulation overhead than `max`, which is what we mostly care about.
1 parent 989c601 commit e814c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/common/qemu/Config.in.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endchoice
7878
config QEMU_MACHINE
7979
string "Select emulated machine"
8080
default "qemu-system-arm -M virt,accel=kvm:tcg -cpu max" if QEMU_arm
81-
default "qemu-system-aarch64 -M virt,accel=kvm:tcg -cpu max,pauth-impdef=on" if QEMU_aarch64
81+
default "qemu-system-aarch64 -M virt,accel=kvm:tcg -cpu cortex-a53" if QEMU_aarch64
8282
default "qemu-system-x86_64 -M pc,accel=kvm:tcg -cpu max" if QEMU_x86_64
8383
help
8484
You should not have to change this setting, although you may

0 commit comments

Comments
 (0)