mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
virtio-vga: add vgabios configuration
Add seavgabios configuration for virtio-vga, hook up the new vgabios in the makefiles. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
a94f0c5ca2
commit
7a4dfd1e4a
3 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
vgabios_variants := stdvga cirrus vmware qxl isavga
|
||||
vgabios_variants := stdvga cirrus vmware qxl isavga virtio
|
||||
vgabios_targets := $(subst -isavga,,$(patsubst %,vgabios-%.bin,$(vgabios_variants)))
|
||||
pxerom_variants := e1000 eepro100 ne2k_pci pcnet rtl8139 virtio
|
||||
pxerom_targets := 8086100e 80861209 10500940 10222000 10ec8139 1af41000
|
||||
|
|
6
roms/config.vga-virtio
Normal file
6
roms/config.vga-virtio
Normal file
|
@ -0,0 +1,6 @@
|
|||
CONFIG_BUILD_VGABIOS=y
|
||||
CONFIG_VGA_BOCHS=y
|
||||
CONFIG_VGA_PCI=y
|
||||
CONFIG_OVERRIDE_PCI_ID=y
|
||||
CONFIG_VGA_VID=0x1af4
|
||||
CONFIG_VGA_DID=0x1050
|
Loading…
Add table
Add a link
Reference in a new issue