Re: [PATCH 02/12] s390x/pci: don't use hard-coded dma range in reg_ioat

2021-12-08 Thread Thomas Huth
On 07/12/2021 22.04, Matthew Rosato wrote: Instead use the values from clp info, they will either be the hard-coded values or what came from the host driver via vfio. Fixes: 9670ee752727 ("s390x/pci: use a PCI Function structure") Reviewed-by: Eric Farman Reviewed-by: Pierre Morel Signed-off-b

[PATCH 02/12] s390x/pci: don't use hard-coded dma range in reg_ioat

2021-12-07 Thread Matthew Rosato
Instead use the values from clp info, they will either be the hard-coded values or what came from the host driver via vfio. Fixes: 9670ee752727 ("s390x/pci: use a PCI Function structure") Reviewed-by: Eric Farman Reviewed-by: Pierre Morel Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-ins