default-configs: Enable CONFIG_VMXNET3_PCI only on x86
authorThomas Huth <thuth@redhat.com>
Thu, 28 Sep 2017 09:52:41 +0000 (11:52 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 16 Oct 2017 11:29:49 +0000 (13:29 +0200)
commit03bf6b5c08c792f5c2b55d6038e9a6acbf43d9c3
tree62fb892e4958b7db3183ef2fd5ed10fdca221840
parentb95b5a0a52b323533a7b5b2a0deedc7e9c6befd9
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>
default-configs/i386-softmmu.mak
default-configs/pci.mak
default-configs/x86_64-softmmu.mak