Re: [PATCH v8 2/8] s390x/pci: add routine to get host function handle from CLP info

2022-09-23 Thread Thomas Huth
On 02/09/2022 19.27, Matthew Rosato wrote: In order to interface with the underlying host zPCI device, we need to know it's function handle. Add a routine to grab this from the Nit: s/it's/its/ vfio CLP capabilities chain. Reviewed-by: Pierre Morel Signed-off-by: Matthew Rosato ---

[PATCH v8 2/8] s390x/pci: add routine to get host function handle from CLP info

2022-09-02 Thread Matthew Rosato
In order to interface with the underlying host zPCI device, we need to know it's function handle. Add a routine to grab this from the vfio CLP capabilities chain. Reviewed-by: Pierre Morel Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-vfio.c | 83 ++--