Re: [PATCH 2/2] s390x/pci: only limit DMA aperture if vfio DMA limit reported

2023-11-09 Thread Thomas Huth
On 09/11/2023 23.53, Matthew Rosato wrote: If the host kernel lacks vfio DMA limit reporting, do not attempt to shrink the guest DMA aperture. Fixes: df202e3ff3 ("s390x/pci: shrink DMA aperture to be bound by vfio DMA limit") Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-vfio.c | 2 +-

[PATCH 2/2] s390x/pci: only limit DMA aperture if vfio DMA limit reported

2023-11-09 Thread Matthew Rosato
If the host kernel lacks vfio DMA limit reporting, do not attempt to shrink the guest DMA aperture. Fixes: df202e3ff3 ("s390x/pci: shrink DMA aperture to be bound by vfio DMA limit") Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-vfio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)