[platform][pc] fix up bios32 PCI support, get pci IDE working again

-Spiff up the device driver starting logic to allow for statically
started devices, instead of always automatic.
This commit is contained in:
Travis Geiselbrecht
2018-12-31 16:47:32 -08:00
parent 1fbb67228d
commit 4c29a608e9
10 changed files with 166 additions and 118 deletions

View File

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