diff options
| author | Gerd Hoffmann | 2014-09-10 13:04:17 +0200 |
|---|---|---|
| committer | Gerd Hoffmann | 2015-06-12 10:13:23 +0200 |
| commit | 7a4dfd1e4a741991df1acf31672b391648e0aa0c (patch) | |
| tree | 4a58d9f926de325a788d4d35d4f37e0af5706cf0 /roms/Makefile | |
| parent | virtio-vga: add '-vga virtio' support (diff) | |
| download | qemu-7a4dfd1e4a741991df1acf31672b391648e0aa0c.tar.gz qemu-7a4dfd1e4a741991df1acf31672b391648e0aa0c.tar.xz qemu-7a4dfd1e4a741991df1acf31672b391648e0aa0c.zip | |
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>
Diffstat (limited to 'roms/Makefile')
| -rw-r--r-- | roms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roms/Makefile b/roms/Makefile index 610b534628..c76cd5b6d2 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -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 |
