[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] s390x/pci: restore missing Query PCI Function CLP data
From: |
Cornelia Huck |
Subject: |
Re: [PATCH] s390x/pci: restore missing Query PCI Function CLP data |
Date: |
Fri, 19 Feb 2021 10:52:42 +0100 |
On Thu, 18 Feb 2021 15:53:29 -0500
Matthew Rosato <mjrosato@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 <mjrosato@linux.ibm.com>
> ---
> hw/s390x/s390-pci-inst.c | 5 +++++
> 1 file changed, 5 insertions(+)
Whoops.
Thanks, applied.