summaryrefslogtreecommitdiff
path: root/hw/pc.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-12-18 12:01:11 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-18 11:26:34 -0600
commit379526a40e855b0da3c5718063a7d992aa5a79a1 (patch)
tree379c9060b9970cf5d95959f7466962cd0b55aaf1 /hw/pc.c
parentabe147e0ce41c07e789f6627bcb01c905d1f9bbf (diff)
downloadqemu-379526a40e855b0da3c5718063a7d992aa5a79a1.tar.gz
roms: use new fw_cfg file xfer support.
roms: use fw_cfg for vgabios and option rom loading, additionally to deploying them the traditional way (copy to 0xc0000 -> 0xe0000 range). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pc.c b/hw/pc.c
index e8db664115..db7d58efea 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -1250,6 +1250,8 @@ static void pc_init1(ram_addr_t ram_size,
}
}
}
+
+ rom_load_fw(fw_cfg);
}
static void pc_init_pci(ram_addr_t ram_size,