Skip to content

Commit

Permalink
Merge pull request #927 from kernelkit/qemu-speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
wkz authored Feb 3, 2025
2 parents 5e89d8e + 3606bc0 commit 84521ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/common/qemu/Config.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ endchoice

config QEMU_MACHINE
string "Select emulated machine"
default "qemu-system-aarch64 -M virt,accel=kvm:tcg -cpu max" if QEMU_aarch64
default "qemu-system-aarch64 -M virt,accel=kvm:tcg -cpu max,pauth-impdef=on" if QEMU_aarch64
default "qemu-system-x86_64 -M pc,accel=kvm:tcg -cpu max" if QEMU_x86_64
help
You should not have to change this setting, although you may
Expand Down

0 comments on commit 84521ea

Please sign in to comment.