[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 08/10] s390x/pci: use a PCI Function structure
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v3 08/10] s390x/pci: use a PCI Function structure |
Date: |
Fri, 9 Oct 2020 12:56:09 +0200 |
On Wed, 7 Oct 2020 15:04:13 -0400
Matthew Rosato <mjrosato@linux.ibm.com> wrote:
> From: Pierre Morel <pmorel@linux.ibm.com>
>
> We use a ClpRspQueryPci structure to hold the information related to a
> zPCI Function.
>
> This allows us to be ready to support different zPCI functions and to
> retrieve the zPCI function information from the host.
>
> Signed-off-by: Pierre Morel <pmorel@linux.ibm.com>
> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
> ---
> hw/s390x/s390-pci-bus.c | 22 +++++++++++++++++-----
> hw/s390x/s390-pci-inst.c | 8 ++------
> include/hw/s390x/s390-pci-bus.h | 1 +
> 3 files changed, 20 insertions(+), 11 deletions(-)
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
- Re: [PATCH v3 01/10] s390x/pci: Move header files to include/hw/s390x, (continued)
- [PATCH v3 02/10] vfio: Create shared routine for scanning info capabilities, Matthew Rosato, 2020/10/07
- [PATCH v3 03/10] update-linux-headers: Add vfio_zdev.h, Matthew Rosato, 2020/10/07
- [PATCH v3 06/10] s390x/pci: use a PCI Group structure, Matthew Rosato, 2020/10/07
- [PATCH v3 04/10] linux-headers: update against 5.9-rc8, Matthew Rosato, 2020/10/07
- [PATCH v3 05/10] s390x/pci: create a header dedicated to PCI CLP, Matthew Rosato, 2020/10/07
- [PATCH v3 07/10] s390x/pci: clean up s390 PCI groups, Matthew Rosato, 2020/10/07
- [PATCH v3 08/10] s390x/pci: use a PCI Function structure, Matthew Rosato, 2020/10/07
- Re: [PATCH v3 08/10] s390x/pci: use a PCI Function structure,
Cornelia Huck <=
- [PATCH v3 09/10] vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities, Matthew Rosato, 2020/10/07
- [PATCH v3 10/10] s390x/pci: get zPCI function info from host, Matthew Rosato, 2020/10/07