s390: implement pci instructions
authorFrank Blaschka <frank.blaschka@de.ibm.com>
Fri, 9 Jan 2015 08:04:39 +0000 (09:04 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 12 Jan 2015 09:14:04 +0000 (10:14 +0100)
commit863f6f52b7134304234ea81554f62f54afb016fa
tree9fd4f86a28998fdd56c4e75ca0719935dc2eb97a
parent8cba80c3a0331926c9c412c4c1e07896de29aab6
s390: implement pci instructions

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>
hw/s390x/Makefile.objs
hw/s390x/s390-pci-inst.c [new file with mode: 0644]
hw/s390x/s390-pci-inst.h [new file with mode: 0644]
target-s390x/kvm.c