use rom loader for pc bios.
commit51edd4e6b5a5dfbe168f21ff7cdc5d63e16c160b
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 26 Oct 2009 11:18:27 +0000 (26 12:18 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 30 Oct 2009 13:39:29 +0000 (30 08:39 -0500)
tree2608040d43cd2985584f0c99bc2005b6c0cc092a
parent5245d57a7ac830fc015465981db729646a768993
use rom loader for pc bios.

The pc bios shows up in 'info roms' now.

Note that the BIOS is mapped to two places: The complete rom at the top
of the memory, and the first 128k at 0xe0000.  Only the first place is
listed in 'info roms'.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c