863f6f52b7
This patch implements the s390 pci instructions in qemu. It allows to access and drive pci devices attached to the s390 pci bus. Because of platform constrains devices using IO BARs are not supported. Also a device has to support MSI/MSI-X to run on s390. Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
12 lines
272 B
Makefile
12 lines
272 B
Makefile
obj-y = s390-virtio-bus.o s390-virtio.o
|
|
obj-y += s390-virtio-hcall.o
|
|
obj-y += sclp.o
|
|
obj-y += event-facility.o
|
|
obj-y += sclpquiesce.o
|
|
obj-y += sclpcpu.o
|
|
obj-y += ipl.o
|
|
obj-y += css.o
|
|
obj-y += s390-virtio-ccw.o
|
|
obj-y += virtio-ccw.o
|
|
obj-y += s390-pci-bus.o s390-pci-inst.o
|