]> git.proxmox.com Git - qemu.git/commit
roms: remove option rom packing logic
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 18 Dec 2009 11:01:12 +0000 (12:01 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 19 Dec 2009 14:26:26 +0000 (08:26 -0600)
commit345c22aa80d1f6ddfe7898f721fd1be3bccb08f1
tree4e0c0df839cd278b2a154900a26d7d45cf753713
parent26bb2a0865ff25f5d26438238a6bcda9c5146335
roms: remove option rom packing logic

Now that we load the option roms via fw_cfg, we can stop copying
them to the 0xc000 -> 0xe000.  The patch does just that.

Also the rom loader gets simplified as all remaining users of the
rom loader load the bits at a fixed address so the packing and
aligning logic can go away.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 632cf034b401cdd01dae253a8b577fe518e37654)
hw/loader.c
hw/loader.h