summaryrefslogtreecommitdiffstats
path: root/default-configs/pci.mak
diff options
context:
space:
mode:
authorThomas Huth2017-09-28 11:52:41 +0200
committerThomas Huth2017-10-16 13:29:49 +0200
commit03bf6b5c08c792f5c2b55d6038e9a6acbf43d9c3 (patch)
tree62fb892e4958b7db3183ef2fd5ed10fdca221840 /default-configs/pci.mak
parenttests/prom-env: Bump the timeout, and test pseries only in slow mode (diff)
downloadqemu-03bf6b5c08c792f5c2b55d6038e9a6acbf43d9c3.tar.gz
qemu-03bf6b5c08c792f5c2b55d6038e9a6acbf43d9c3.tar.xz
qemu-03bf6b5c08c792f5c2b55d6038e9a6acbf43d9c3.zip
default-configs: Enable CONFIG_VMXNET3_PCI only on x86
The device can not be instantiated on many non-x86 and just prints some error messages, e.g.: $ qemu-system-ppc64 -device vmxnet3 -M g3beige [vmxnet3][WR][vmxnet3_init_msix]: Failed to initialize MSI-X, error -95 [vmxnet3][WR][vmxnet3_pci_realize]: Failed to initialize MSI-X, configuration is inconsistent. Since vmxnet3 is a para-virtualized device that is only useful on x86, it should also only be enabled on the x86 targets. Reviewed-by: Dmitry Fleytman <dmitry@daynix.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'default-configs/pci.mak')
-rw-r--r--default-configs/pci.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
index 187e438881..e514bdef42 100644
--- a/default-configs/pci.mak
+++ b/default-configs/pci.mak
@@ -22,7 +22,6 @@ CONFIG_MPTSAS_SCSI_PCI=y
CONFIG_RTL8139_PCI=y
CONFIG_E1000_PCI=y
CONFIG_E1000E_PCI=y
-CONFIG_VMXNET3_PCI=y
CONFIG_IDE_CORE=y
CONFIG_IDE_QDEV=y
CONFIG_IDE_PCI=y