[Qemu-devel] [PULL 05/12] intel_iommu: Fix unexpected unmaps during global unmap

2019-07-05 Thread Paolo Bonzini
From: Peter Xu This is an replacement work of Yan Zhao's patch: https://www.mail-archive.com/qemu-devel@nongnu.org/msg625340.html vtd_address_space_unmap() will do proper page mask alignment to make sure each IOTLB message will have correct masks for notification messages (2^N-1), but sometimes

[Qemu-devel] [PULL 05/12] intel_iommu: Fix unexpected unmaps during global unmap

2019-07-05 Thread Paolo Bonzini
From: Peter Xu This is an replacement work of Yan Zhao's patch: https://www.mail-archive.com/qemu-devel@nongnu.org/msg625340.html vtd_address_space_unmap() will do proper page mask alignment to make sure each IOTLB message will have correct masks for notification messages (2^N-1), but sometimes