tests/qemu-boot-test: Adjust arm64 cpu to max per David k.

* Gets us into the haiku kernel when booted with u-boot

Change-Id: I70aa6cf4c9d8894cf13771e97652778215fe0ab7
This commit is contained in:
Alexander von Gluck IV 2023-01-19 13:00:54 -06:00
parent ce41afe7f8
commit 7cfd9e92cf

View File

@ -116,7 +116,7 @@ case "$ARCH" in
echo "+++ Testing $PLATFORM boot..."
cp $IMAGE $TEST_FILE
$EMULATOR \
-cpu cortex-a57 \
-cpu max \
-global virtio-mmio.force-legacy=false \
-device usb-ehci,id=ehci -device usb-tablet -device usb-kbd \
-device virtio-blk-device,drive=x0,bus=virtio-mmio-bus.0 \