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 6/7] bochs-display: enable vgabios
Date: Mon,  2 Jul 2018 17:42:21 +0200	[thread overview]
Message-ID: <20180702154222.3130-7-kraxel@redhat.com> (raw)
In-Reply-To: <20180702154222.3130-1-kraxel@redhat.com>

Add vgabios binary to pci rom bar.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/display/bochs-display.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/display/bochs-display.c b/hw/display/bochs-display.c
index 1187d77576..12d8a66c6c 100644
--- a/hw/display/bochs-display.c
+++ b/hw/display/bochs-display.c
@@ -337,6 +337,7 @@ static void bochs_display_class_init(ObjectClass *klass, void *data)
     k->device_id = PCI_DEVICE_ID_QEMU_VGA;
 
     k->realize   = bochs_display_realize;
+    k->romfile   = "vgabios-bochs-display.bin";
     k->exit      = bochs_display_exit;
     dc->vmsd     = &vmstate_bochs_display;
     dc->props    = bochs_display_properties;
-- 
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 ` [Qemu-devel] [PULL 3/7] seabios: enable ide dma Gerd Hoffmann
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 ` Gerd Hoffmann [this message]
2018-07-02 15:42 ` [Qemu-devel] [PULL 7/7] ramfb: enable vgabios 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-7-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).