]> Git Repo - qemu.git/commit
pxb: Restrict to x86
authorDavid Gibson <[email protected]>
Fri, 6 Jan 2017 05:04:09 +0000 (16:04 +1100)
committerDavid Gibson <[email protected]>
Mon, 30 Jan 2017 23:10:14 +0000 (10:10 +1100)
commitef291226494f53f10c5cbe90bff550a52bda7b76
treea59c8978109a349fc1e3c105af03435f60733159
parent29f8ddb72fb689f08deecc61a42f66eabd10f361
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 <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
default-configs/i386-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/pci-bridge/Makefile.objs
This page took 0.021818 seconds and 4 git commands to generate.