aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa/Kconfig
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-03-21 15:29:50 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-21 17:42:18 +0100
commit938912a866114deb5660c93907a80635b16e5807 (patch)
tree96ae3602ec59bac0f732474cec9033e75398f908 /hw/hppa/Kconfig
parentb7c11e574977a0addfbbdb89377c6f52affe64ec (diff)
downloadqemu-938912a866114deb5660c93907a80635b16e5807.zip
qemu-938912a866114deb5660c93907a80635b16e5807.tar.gz
qemu-938912a866114deb5660c93907a80635b16e5807.tar.bz2
virtio-vga: only enable for specific boards
When virtio-vga was added, the intention was to only support it for those machines where the firmware does not know about virtio-gpu, and supported VGA legacy hardware before virtio-{gpu,vga} were introduced. The Kconfig switch however enabled virtio-vga for all machines with a PCI bus, and libvirt then prefers it even on hardware where virtio-gpu would be preferrable. At least for now, only enable virtio-vga for PC, hppa and pSeries machines, as was the case before Kconfig dependencies were introduced. Reported-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/hppa/Kconfig')
-rw-r--r--hw/hppa/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig
index 7334f57..6e5d74a 100644
--- a/hw/hppa/Kconfig
+++ b/hw/hppa/Kconfig
@@ -2,6 +2,7 @@ config DINO
bool
imply PCI_DEVICES
imply E1000_PCI
+ imply VIRTIO_VGA
select PCI
select SERIAL
select ISA_BUS