]> bbs.cooldavid.org Git - net-next-2.6.git/commit - arch/x86/kvm/svm.c
KVM: SVM: force a new asid when initializing the vmcb
authorAvi Kivity <avi@qumranet.com>
Mon, 14 Apr 2008 10:10:21 +0000 (13:10 +0300)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 15:21:32 +0000 (18:21 +0300)
commita79d2f1805da02d7837ec2240f0093c53272fb3a
tree351da350fd28c3fe31c1b527876ee6603a8436cf
parente9571ed54b2a290d61b98ad6f369f963159fe6da
KVM: SVM: force a new asid when initializing the vmcb

Shutdown interception clears the vmcb, leaving the asid at zero (which is
illegal.  so force a new asid on vmcb initialization.

Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/svm.c