[scripts][do-qemux86] use the older 'pc' machine model when selecting x86-32

This gets a bit more coverage of hardware. In general if using 32bit LK
it's for running on older hardware anyway.
This commit is contained in:
Travis Geiselbrecht
2022-10-18 23:59:15 -07:00
parent 3a6c4aed8f
commit 208bae5feb

View File

@@ -71,7 +71,7 @@ else
QEMU="qemu-system-i386"
PROJECT="pc-x86-test"
CPU=max
MACHINE=q35
MACHINE=pc
fi
if (( $DO_LEGACY )); then