Skip to content

Commit

Permalink
ramfb: enable vgabios
Browse files Browse the repository at this point in the history
Add vgabios binary to fw_cfg vgaroms.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
kraxel committed Jul 2, 2018
1 parent 7c53878 commit 9f5d9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/display/ramfb.c
Expand Up @@ -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);
Expand Down

0 comments on commit 9f5d9c1

Please sign in to comment.