s390x/tcg: wire up pci instructions
commitf6c232ce1605f7719ed6f769c8609099d8cdff48
authorCornelia Huck <cohuck@redhat.com>
Thu, 16 Nov 2017 09:09:53 +0000 (16 10:09 +0100)
committerCornelia Huck <cohuck@redhat.com>
Fri, 9 Feb 2018 08:37:13 +0000 (9 09:37 +0100)
treed041004c055ac957e0316a78bb3bd5542d4e68a0
parent869e676ae7c7ef678292652be8995a525e642bee
s390x/tcg: wire up pci instructions

On s390x, pci support is implemented via a set of instructions
(no mmio). Unfortunately, none of them are documented in the
PoP; the code is based upon the existing implementation for KVM
and the Linux zpci driver.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/misc_helper.c
target/s390x/translate.c