From: Jiang Liu Date: Fri, 11 Jul 2014 06:19:26 +0000 (+0800) Subject: iommu/vt-d: Use correct domain id to flush virtual machine domains X-Git-Tag: omap-for-v3.17/fixes-against-rc2~158^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18fd779a41eff52b597bd2d327194f98a83de4af;p=pandora-kernel.git iommu/vt-d: Use correct domain id to flush virtual machine domains For virtual machine domains, domain->id is a virtual id, and the real domain id written into context entry is dynamically allocated. So use the real domain id instead of domain->id when flushing iotlbs for virtual machine domains. Signed-off-by: Jiang Liu Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed