summaryrefslogtreecommitdiff
path: root/default-configs/i386-softmmu.mak
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2017-01-06 16:04:09 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2017-01-31 10:10:14 +1100
commitef291226494f53f10c5cbe90bff550a52bda7b76 (patch)
treea59c8978109a349fc1e3c105af03435f60733159 /default-configs/i386-softmmu.mak
parent29f8ddb72fb689f08deecc61a42f66eabd10f361 (diff)
downloadqemu-ef291226494f53f10c5cbe90bff550a52bda7b76.tar.gz
pxb: Restrict to x86
The PCI Expander Bridge (PXB) device is essentially a hack to allow different PCIe devices to be assigned to different NUMA nodes on x86. Each PXB is sort-of a separate PCI host bridge, except that its config space is shared with the config space of the main PCI host bridge, rather than being independent. This is only necessary if the platform doesn't (easily) allow truly independent PCI host bridges. AFAIK that's just x86. This patch makes it possible to configure PXB out of the build, and adjusts the default configs so it's only included on x86 targets. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Acked-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'default-configs/i386-softmmu.mak')
-rw-r--r--default-configs/i386-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak
index 0b513602c8..6c52d26091 100644
--- a/default-configs/i386-softmmu.mak
+++ b/default-configs/i386-softmmu.mak
@@ -56,3 +56,4 @@ CONFIG_IOH3420=y
CONFIG_I82801B11=y
CONFIG_SMBIOS=y
CONFIG_HYPERV_TESTDEV=$(CONFIG_KVM)
+CONFIG_PXB=y