+6
−1
Loading
The fix in dbe9cf60 shrinks the IOMMU memory region to a size that seems reasonable on the surface, however is actually too small as it is based against a 0-mapped address space. This causes breakage with small guests as they can overrun the IOMMU window. Let's go back to the prior method of initializing iommu for now. Fixes: dbe9cf60 ("s390x/pci: Set the iommu region size mpcifc request") Cc: qemu-stable@nongnu.org Reviewed-by:Pierre Morel <pmorel@linux.ibm.com> Reported-by:
Boris Fiuczynski <fiuczy@linux.ibm.com> Tested-by:
Boris Fiuczynski <fiuczy@linux.ibm.com> Reported-by:
Stefan Zimmerman <stzi@linux.ibm.com> Signed-off-by:
Matthew Rosato <mjrosato@linux.ibm.com> Message-Id: <1569507036-15314-1-git-send-email-mjrosato@linux.ibm.com> Signed-off-by:
Christian Borntraeger <borntraeger@de.ibm.com>