diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-06-20 12:07:40 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-07-02 17:20:54 +0200 |
commit | eda553a442e94dc16d424849b65c6cb7f140f318 (patch) | |
tree | 1df6d46b62076ab9c6f7944ff44cd8efaf3e9c3d /roms/config.seabios-256k | |
parent | 75056cef41b6ca304948866b27b04b3c6713dfaa (diff) | |
download | qemu-eda553a442e94dc16d424849b65c6cb7f140f318.zip qemu-eda553a442e94dc16d424849b65c6cb7f140f318.tar.gz qemu-eda553a442e94dc16d424849b65c6cb7f140f318.tar.bz2 |
seabios: enable ide dma
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>
Diffstat (limited to 'roms/config.seabios-256k')
-rw-r--r-- | roms/config.seabios-256k | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roms/config.seabios-256k b/roms/config.seabios-256k index 65e5015..b14b614 100644 --- a/roms/config.seabios-256k +++ b/roms/config.seabios-256k @@ -1,3 +1,4 @@ # for qemu machine types 2.0 + newer CONFIG_QEMU=y CONFIG_ROM_SIZE=256 +CONFIG_ATA_DMA=y |