On Thu, 18 Feb 2021 15:53:29 -0500 Matthew Rosato <mjros...@linux.ibm.com> wrote:
> 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 <mjros...@linux.ibm.com> > --- > hw/s390x/s390-pci-inst.c | 5 +++++ > 1 file changed, 5 insertions(+) Whoops. Thanks, applied.