We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989c601 commit e814c26Copy full SHA for e814c26
board/common/qemu/Config.in.in
@@ -78,7 +78,7 @@ endchoice
78
config QEMU_MACHINE
79
string "Select emulated machine"
80
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
+ default "qemu-system-aarch64 -M virt,accel=kvm:tcg -cpu cortex-a53" if QEMU_aarch64
82
default "qemu-system-x86_64 -M pc,accel=kvm:tcg -cpu max" if QEMU_x86_64
83
help
84
You should not have to change this setting, although you may
0 commit comments