diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-12-18 12:01:11 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-18 11:26:34 -0600 |
commit | 379526a40e855b0da3c5718063a7d992aa5a79a1 (patch) | |
tree | 379c9060b9970cf5d95959f7466962cd0b55aaf1 /hw/pc.c | |
parent | abe147e0ce41c07e789f6627bcb01c905d1f9bbf (diff) |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |