eda553a442
QNX reportedly requires this to boot. Should also speed up booting other guests. Note: Upstream seabios defaults this to 'n' to due to known problems on physical hardware (qemu not affected), and wouldn't flip the default to 'y'. So we adjust our local build config accordingly. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
18 lines
354 B
Plaintext
18 lines
354 B
Plaintext
# for qemu machine types 1.7 + older
|
|
# need to turn off features (xhci,uas) to make it fit into 128k
|
|
CONFIG_QEMU=y
|
|
CONFIG_ROM_SIZE=128
|
|
CONFIG_ATA_DMA=y
|
|
CONFIG_BOOTSPLASH=n
|
|
CONFIG_XEN=n
|
|
CONFIG_USB_OHCI=n
|
|
CONFIG_USB_XHCI=n
|
|
CONFIG_USB_UAS=n
|
|
CONFIG_SDCARD=n
|
|
CONFIG_TCGBIOS=n
|
|
CONFIG_MPT_SCSI=n
|
|
CONFIG_PVSCSI=n
|
|
CONFIG_NVME=n
|
|
CONFIG_USE_SMM=n
|
|
CONFIG_VGAHOOKS=n
|