Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247993
b: refs/heads/master
c: c761e58
h: refs/heads/master
i:
  247991: bb8d967
v: v3
  • Loading branch information
Marcelo Tosatti authored and Avi Kivity committed May 11, 2011
1 parent 1244755 commit b7674e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3291892450e670c4f170e271cd0c4b63d5a8e41a
refs/heads/master: c761e5868e6737abe0464636ebd7fcbb6814c626
4 changes: 1 addition & 3 deletions trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ void kvm_propagate_fault(struct kvm_vcpu *vcpu, struct x86_exception *fault)

void kvm_inject_nmi(struct kvm_vcpu *vcpu)
{
kvm_make_request(KVM_REQ_NMI, vcpu);
kvm_make_request(KVM_REQ_EVENT, vcpu);
vcpu->arch.nmi_pending = 1;
}
EXPORT_SYMBOL_GPL(kvm_inject_nmi);

Expand Down Expand Up @@ -5208,8 +5208,6 @@ static int vcpu_enter_guest(struct kvm_vcpu *vcpu)
r = 1;
goto out;
}
if (kvm_check_request(KVM_REQ_NMI, vcpu))
vcpu->arch.nmi_pending = true;
}

r = kvm_mmu_reload(vcpu);
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#define KVM_REQ_DEACTIVATE_FPU 10
#define KVM_REQ_EVENT 11
#define KVM_REQ_APF_HALT 12
#define KVM_REQ_NMI 13

#define KVM_USERSPACE_IRQ_SOURCE_ID 0

Expand Down

0 comments on commit b7674e5

Please sign in to comment.