commit | fa3b6dcd5298db2e7b63c17795c9e5570d3df8d9 | [log] [tgz] |
---|---|---|
author | Yu Zhao <yu.zhao@intel.com> | Fri May 08 10:33:38 2009 +0800 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Sun May 10 15:55:09 2009 +0100 |
tree | 21287f8aaf7bf444f43b041f45e47a29a9203d4d | |
parent | aed5d5f4c5ea5da01a774e42cff08c4b4fa59072 [diff] |
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 <yu.zhao@intel.com> Acked-by: Weidong Han <weidong.han@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>