qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: seabios@seabios.org, qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 7/7] ramfb: enable vgabios
Date: Wed, 20 Jun 2018 14:47:19 +0200	[thread overview]
Message-ID: <20180620124719.16450-8-kraxel@redhat.com> (raw)
In-Reply-To: <20180620124719.16450-1-kraxel@redhat.com>

Add vgabios binary to fw_cfg vgaroms.

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

diff --git a/hw/display/ramfb.c b/hw/display/ramfb.c
index 6867bce8ae..44c572c356 100644
--- a/hw/display/ramfb.c
+++ b/hw/display/ramfb.c
@@ -88,6 +88,7 @@ RAMFBState *ramfb_setup(Error **errp)
 
     s = g_new0(RAMFBState, 1);
 
+    rom_add_vga("vgabios-ramfb.bin");
     fw_cfg_add_file_callback(fw_cfg, "etc/ramfb",
                              NULL, ramfb_fw_cfg_write, s,
                              &s->cfg, sizeof(s->cfg), false);
-- 
2.9.3

  parent reply	other threads:[~2018-06-20 12:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-20 12:47 [Qemu-devel] [PATCH 0/7] seabios: 1.11.2 update Gerd Hoffmann
2018-06-20 12:47 ` [Qemu-devel] [PATCH 1/7] seabios: update submodule to 1.11.2-testing Gerd Hoffmann
2018-06-20 12:47 ` [Qemu-devel] [PATCH 2/7] seabios: add vga configs for bochs-display and ramfb Gerd Hoffmann
2018-06-20 12:47 ` [Qemu-devel] [PATCH 3/7] seabios: enable ide dma Gerd Hoffmann
2018-06-20 12:47 ` [Qemu-devel] [PATCH 4/7] vgabios: remove submodule and build rules Gerd Hoffmann
2018-06-20 12:47 ` [Qemu-devel] [PATCH 5/7] seabios: update binaries Gerd Hoffmann
2018-06-20 12:47 ` [Qemu-devel] [PATCH 6/7] bochs-display: enable vgabios Gerd Hoffmann
2018-06-20 12:47 ` Gerd Hoffmann [this message]
2018-07-02 15:10 ` [Qemu-devel] [PATCH 0/7] seabios: 1.11.2 update Gerd Hoffmann

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=20180620124719.16450-8-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=seabios@seabios.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).