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

2021-12-03 Thread Pierre Morel
On 12/2/21 17:41, 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") Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-inst.c | 9

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

2021-12-02 Thread Eric Farman
On Thu, 2021-12-02 at 11:41 -0500, 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") > Signed-off-by: Matthew Rosato Reviewed

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

2021-12-02 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") Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-inst.c | 9 + 1 file changed, 5 insertions(+), 4