qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 3/7] seabios: enable ide dma
Date: Mon,  2 Jul 2018 17:42:18 +0200	[thread overview]
Message-ID: <20180702154222.3130-4-kraxel@redhat.com> (raw)
In-Reply-To: <20180702154222.3130-1-kraxel@redhat.com>

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>
---
 roms/config.seabios-128k | 1 +
 roms/config.seabios-256k | 1 +
 2 files changed, 2 insertions(+)

diff --git a/roms/config.seabios-128k b/roms/config.seabios-128k
index 486ef0e132..35b5a07d8f 100644
--- a/roms/config.seabios-128k
+++ b/roms/config.seabios-128k
@@ -2,6 +2,7 @@
 # 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
diff --git a/roms/config.seabios-256k b/roms/config.seabios-256k
index 65e5015c2f..b14b614fcc 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
-- 
2.9.3

  parent reply	other threads:[~2018-07-02 15:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-02 15:42 [Qemu-devel] [PULL 0/7] Seabios 1.11.2 20180702 patches Gerd Hoffmann
2018-07-02 15:42 ` [Qemu-devel] [PULL 1/7] seabios: update submodule to release 1.11.2 Gerd Hoffmann
2018-07-02 15:42 ` [Qemu-devel] [PULL 2/7] seabios: add vga configs for bochs-display and ramfb Gerd Hoffmann
2018-07-02 15:42 ` Gerd Hoffmann [this message]
2018-07-02 15:42 ` [Qemu-devel] [PULL 4/7] vgabios: remove submodule and build rules Gerd Hoffmann
2018-07-02 15:42 ` [Qemu-devel] [PULL 5/7] seabios: update bios and vgabios binaries Gerd Hoffmann
2018-07-02 15:42 ` [Qemu-devel] [PULL 6/7] bochs-display: enable vgabios Gerd Hoffmann
2018-07-02 15:42 ` [Qemu-devel] [PULL 7/7] ramfb: " Gerd Hoffmann
2018-07-02 16:56 ` [Qemu-devel] [PULL 0/7] Seabios 1.11.2 20180702 patches Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180702154222.3130-4-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).