s390x/pci: restore missing Query PCI Function CLP data
authorMatthew Rosato <mjrosato@linux.ibm.com>
Thu, 18 Feb 2021 20:53:29 +0000 (15:53 -0500)
committerSoonKyu Park <sk7.park@samsung.com>
Tue, 23 Nov 2021 04:45:34 +0000 (13:45 +0900)
commitff8d375468ce9489b506de30ee649ecae9ba5fd5
treedbacb94ef2140162fb9f9cf2258c787e85a606a2
parent617bd4f74ad4afd5f883aa1c4633834275771970
s390x/pci: restore missing Query PCI Function CLP data

Git-commit: 403af209db8c030ed1e000640cd3cd80c6882883
References: bsc#1183372

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>
Signed-off-by: Bruce Rogers <brogers@suse.com>
hw/s390x/s390-pci-inst.c