pci: allow loading roms via fw_cfg.
commit88169ddf82853ca892ce7bee279579c8a0ac03e5
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 8 Jan 2010 14:25:41 +0000 (8 15:25 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 11 Jan 2010 19:41:00 +0000 (11 13:41 -0600)
tree23fe323569c5d948ccc6dea7b2e12261942957a1
parent8832cb805dcb65009b979cd8e17d75ac4b03c7e4
pci: allow loading roms via fw_cfg.

This patch adds a pci bus property 'rombar' which specifies whenever
the pci rom should be loaded via pci rom bar (default) or via fw_cfg.
The later can be used for compatibility with older qemu versions where
no pci rom bar is present.

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