aboutsummaryrefslogtreecommitdiff
path: root/hw/display
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-12-13 10:46:54 +0100
committerThomas Huth <thuth@redhat.com>2022-12-15 15:19:24 +0100
commitc57e0ea6b4ed0d3ebd4fa8d0210da002b6a0dfbc (patch)
tree39a2398e38cb8e8dd3de71c2b3c1545f357b5853 /hw/display
parent4db546d3c82179e87a886359b589617ded2f9324 (diff)
downloadqemu-c57e0ea6b4ed0d3ebd4fa8d0210da002b6a0dfbc.zip
qemu-c57e0ea6b4ed0d3ebd4fa8d0210da002b6a0dfbc.tar.gz
qemu-c57e0ea6b4ed0d3ebd4fa8d0210da002b6a0dfbc.tar.bz2
hw: Include the VMWare devices only in the x86 targets
It seems a little bit weird that the para-virtualized x86 VMWare devices "vmware-svga" and "vmxnet3" also show up in non-x86 targets. They are likely pretty useless there (since the guest OSes likely do not have any drivers for those enabled), so let's change this and only enable those devices by default for the classical x86 targets. Message-Id: <20221213095144.42355-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/display')
-rw-r--r--hw/display/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig
index a1b159b..7b3da68 100644
--- a/hw/display/Kconfig
+++ b/hw/display/Kconfig
@@ -55,7 +55,7 @@ config VGA_MMIO
config VMWARE_VGA
bool
- default y if PCI_DEVICES
+ default y if PCI_DEVICES && PC_PCI
depends on PCI
select VGA