From: Yu Zhao Date: Fri, 8 May 2009 02:33:38 +0000 (+0800) Subject: VT-d: fix invalid domain id for KVM context flush X-Git-Tag: v2.6.31-rc1~45^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa3b6dcd5298db2e7b63c17795c9e5570d3df8d9;p=pandora-kernel.git VT-d: fix invalid domain id for KVM context flush The domain->id is a sequence number associated with the KVM guest and should not be used for the context flush. This patch replaces the domain->id with a proper id value for both bare metal and KVM. Signed-off-by: Yu Zhao Acked-by: Weidong Han Signed-off-by: David Woodhouse --- Reading git-diff-tree failed