qemu-patch-raspberry4/hw/pci-bridge
Paolo Bonzini 7c28b925b7 build: convert pci.mak to Kconfig
Instead of including the same list of devices for each target,
set CONFIG_PCI to true, and make the devices default to present
whenever PCI is available.  However, s390x does not want all the
PCI devices, so there is a separate symbol to enable them.

Done mostly with the following script:

  while read i; do
     i=${i%=y}; i=${i#CONFIG_}
     sed -i -e'/^config '$i'$/!b' -en \
            -e'a\' -e'    default y if PCI_DEVICES\' -e'    depends on PCI' \
          `grep -lw $i hw/*/Kconfig`
  done < default-configs/pci.mak

followed by replacing a few "depends on" clauses with "select"
whenever the symbol is not really related to PCI.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190123065618.3520-31-yang.zhong@intel.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-07 21:45:53 +01:00
..
dec.c pci-bridge/dec: Convert sysbus init function to realize function 2018-12-13 13:48:00 +00:00
dec.h Clean up header guards that don't match their file name 2016-07-12 16:19:16 +02:00
gen_pcie_root_port.c pcie: Fast PCIe root ports for new machines 2018-12-19 16:48:16 -05:00
i82801b11.c virtio,vhost,pci,pc: features, fixes and cleanups 2018-02-13 16:33:31 +00:00
ioh3420.c hw/pci-bridge/ioh3420: Remove unuseful header 2018-11-05 13:24:02 -05:00
Kconfig build: convert pci.mak to Kconfig 2019-03-07 21:45:53 +01:00
Makefile.objs apb: split simba PCI bridge into hw/pci-bridge/simba.c 2018-01-24 19:19:50 +00:00
pci_bridge_dev.c pci/shpc: perform unplug via the hotplug handler 2018-12-20 11:19:12 -05:00
pci_expander_bridge.c Merge remote-tracking branch 'origin/master' into HEAD 2018-01-11 22:03:50 +02:00
pcie_pci_bridge.c pci/shpc: perform unplug via the hotplug handler 2018-12-20 11:19:12 -05:00
pcie_root_port.c pcie: Add link speed and width fields to PCIESlot 2018-12-19 16:48:16 -05:00
simba.c simba: rename PBMPCIBridge and QOM types to reflect simba naming 2018-01-24 19:19:50 +00:00
xio3130_downstream.c hw/pci-bridge/xio3130: Remove unused functions 2018-11-05 13:24:02 -05:00
xio3130_upstream.c hw/pci-bridge/xio3130: Remove unused functions 2018-11-05 13:24:02 -05:00