s390x/pci: restore missing Query PCI Function CLP data
commit403af209db8c030ed1e000640cd3cd80c6882883
authorMatthew Rosato <mjrosato@linux.ibm.com>
Thu, 18 Feb 2021 20:53:29 +0000 (18 15:53 -0500)
committerCornelia Huck <cohuck@redhat.com>
Thu, 4 Mar 2021 10:23:35 +0000 (4 11:23 +0100)
tree2143c8799763fc7a10ff86fe6b2d3458dab64cf6
parent24056cbfd577fd219d55c03f69df66e6351456e7
s390x/pci: restore missing Query PCI Function CLP data

Some CLP response data was accidentally dropped when fixing endianness
issues with the Query PCI Function CLP response.  All of these values are
sent as 0s to the guest for emulated devices, so the impact is only
observed on passthrough devices.

Fixes: a4e2fff1b104 ("s390x/pci: fix endianness issues")
Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
Message-Id: <1613681609-9349-1-git-send-email-mjrosato@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/s390-pci-inst.c