run: Run QEMU with "-cpu max"

This should give us access to the largest set of CPU features available
on the host machine.
This commit is contained in:
Andreas Kling 2019-12-25 15:18:09 +01:00
parent 1e419b482a
commit aeefcd6ddb
Notes: sideshowbarker 2024-07-19 10:41:16 +09:00

View file

@ -18,6 +18,7 @@ cd "$script_path"
[ -z "$SERENITY_COMMON_QEMU_ARGS" ] && SERENITY_COMMON_QEMU_ARGS="
$SERENITY_EXTRA_QEMU_ARGS
-s -m $SERENITY_RAM_SIZE
-cpu max
-d cpu_reset,guest_errors
-device VGA,vgamem_mb=64
-hda _disk_image