s390x/pci: assert zpci always existing
commit0c2a16a4dc56fbdbe7f619e2a860214dc6f89ec6
authorYi Min Zhao <zyimin@linux.vnet.ibm.com>
Wed, 10 Aug 2016 05:35:00 +0000 (10 13:35 +0800)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 5 Sep 2016 13:15:16 +0000 (5 15:15 +0200)
tree2386b89a47c70a095629cdae8c70af19980bce98
parent0d36d791927753599e9ca36e344f9fb272126e3d
s390x/pci: assert zpci always existing

If one pci device is plugged successfully, there must be a zpci device
existing. This means that during hot-unplugging a pci device, its
corresponding zpci device must be found. Therefore we use an assert to
replace current code.

Signed-off-by: Yi Min Zhao <zyimin@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/s390-pci-bus.c