diff options
author | Frank Blaschka | 2015-01-09 09:04:39 +0100 |
---|---|---|
committer | Cornelia Huck | 2015-01-12 10:14:04 +0100 |
commit | 863f6f52b7134304234ea81554f62f54afb016fa (patch) | |
tree | 9fd4f86a28998fdd56c4e75ca0719935dc2eb97a /hw/s390x/Makefile.objs | |
parent | s390: Add PCI bus support (diff) | |
download | qemu-863f6f52b7134304234ea81554f62f54afb016fa.tar.gz qemu-863f6f52b7134304234ea81554f62f54afb016fa.tar.xz qemu-863f6f52b7134304234ea81554f62f54afb016fa.zip |
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>
Diffstat (limited to 'hw/s390x/Makefile.objs')
-rw-r--r-- | hw/s390x/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/Makefile.objs b/hw/s390x/Makefile.objs index 428d957d54..27cd75a932 100644 --- a/hw/s390x/Makefile.objs +++ b/hw/s390x/Makefile.objs @@ -8,4 +8,4 @@ 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 +obj-y += s390-pci-bus.o s390-pci-inst.o |