提交 c5ec2e56 编写于 作者: G Guo Chao 提交者: Marcelo Tosatti

KVM: SVM: Fix typos

Signed-off-by: NGuo Chao <yan@linux.vnet.ibm.com>
Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
上级 0fa06071
...@@ -2063,7 +2063,7 @@ static inline bool nested_svm_intr(struct vcpu_svm *svm) ...@@ -2063,7 +2063,7 @@ static inline bool nested_svm_intr(struct vcpu_svm *svm)
if (svm->nested.intercept & 1ULL) { if (svm->nested.intercept & 1ULL) {
/* /*
* The #vmexit can't be emulated here directly because this * The #vmexit can't be emulated here directly because this
* code path runs with irqs and preemtion disabled. A * code path runs with irqs and preemption disabled. A
* #vmexit emulation might sleep. Only signal request for * #vmexit emulation might sleep. Only signal request for
* the #vmexit here. * the #vmexit here.
*/ */
...@@ -2409,7 +2409,7 @@ static bool nested_svm_vmrun_msrpm(struct vcpu_svm *svm) ...@@ -2409,7 +2409,7 @@ static bool nested_svm_vmrun_msrpm(struct vcpu_svm *svm)
{ {
/* /*
* This function merges the msr permission bitmaps of kvm and the * This function merges the msr permission bitmaps of kvm and the
* nested vmcb. It is omptimized in that it only merges the parts where * nested vmcb. It is optimized in that it only merges the parts where
* the kvm msr permission bitmap may contain zero bits * the kvm msr permission bitmap may contain zero bits
*/ */
int i; int i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册