From 208bae5feb2d4a3ee4115475ad01b66dc8a214a2 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Tue, 18 Oct 2022 23:59:15 -0700 Subject: [PATCH] [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. --- scripts/do-qemux86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/do-qemux86 b/scripts/do-qemux86 index 4d216e28..685718b4 100755 --- a/scripts/do-qemux86 +++ b/scripts/do-qemux86 @@ -71,7 +71,7 @@ else QEMU="qemu-system-i386" PROJECT="pc-x86-test" CPU=max - MACHINE=q35 + MACHINE=pc fi if (( $DO_LEGACY )); then