mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 05:13:54 -06:00

Make hw/vfio configurable and add new CONFIG_VFIO_* to the default-configs/s390x*-softmmu.mak. This allow a finer-grain selection of the various VFIO backends. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190202072456.6468-28-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
271 B
Text
7 lines
271 B
Text
obj-y += common.o spapr.o
|
|
obj-$(CONFIG_VFIO_PCI) += pci.o pci-quirks.o display.o
|
|
obj-$(CONFIG_VFIO_CCW) += ccw.o
|
|
obj-$(CONFIG_VFIO_PLATFORM) += platform.o
|
|
obj-$(CONFIG_VFIO_XGMAC) += calxeda-xgmac.o
|
|
obj-$(CONFIG_VFIO_AMD_XGBE) += amd-xgbe.o
|
|
obj-$(CONFIG_VFIO_AP) += ap.o
|