Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
intel-iommu: Avoid global flushes with caching mode.
While it may be efficient on real hardware, emulation of global invalidations is very expensive as all shadow entries must be examined. This patch changes the behaviour when caching mode is enabled (which is the case when IOMMU emulation takes place). In this case, page specific invalidation is used instead. Signed-off-by: Nadav Amit <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
- Loading branch information