提交 b3c3f123 编写于 作者: D Dave Airlie 提交者: Anthony Liguori

vmware_vga: add rom file so that it boots.

This just adds the rom file to the vmware SVGA chipset so it boots.
Signed-off-by: NDave Airlie <airlied@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 20ff6c80
......@@ -22,6 +22,7 @@
* THE SOFTWARE.
*/
#include "hw.h"
#include "loader.h"
#include "console.h"
#include "pci.h"
#include "vmware_vga.h"
......@@ -1124,6 +1125,7 @@ static void vmsvga_init(struct vmsvga_state_s *s, int vga_ram_size)
cpu_register_physical_memory(VBE_DISPI_LFB_PHYSICAL_ADDRESS,
vga_ram_size, s->vga.vram_offset);
#endif
rom_add_vga(VGABIOS_FILENAME);
}
static void pci_vmsvga_map_ioport(PCIDevice *pci_dev, int region_num,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册