Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103699
b: refs/heads/master
c: d2ebb41
h: refs/heads/master
i:
  103697: 0cd4332
  103695: a75e7f9
v: v3
  • Loading branch information
Joerg Roedel authored and Avi Kivity committed Jul 20, 2008
1 parent b6a3614 commit 734f219
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af9ca2d703f4cefbf6441bfe127c4191092ad394
refs/heads/master: d2ebb4103ff349af6dac14955bf93e57487a6694
4 changes: 4 additions & 0 deletions trunk/arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,10 @@ static int pf_interception(struct vcpu_svm *svm, struct kvm_run *kvm_run)
KVMTRACE_3D(PAGE_FAULT, &svm->vcpu, error_code,
(u32)fault_address, (u32)(fault_address >> 32),
handler);
else
KVMTRACE_3D(TDP_FAULT, &svm->vcpu, error_code,
(u32)fault_address, (u32)(fault_address >> 32),
handler);

return kvm_mmu_page_fault(&svm->vcpu, fault_address, error_code);
}
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-x86/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,6 @@ struct kvm_pit_state {
#define KVM_TRC_CLTS (KVM_TRC_HANDLER + 0x12)
#define KVM_TRC_LMSW (KVM_TRC_HANDLER + 0x13)
#define KVM_TRC_APIC_ACCESS (KVM_TRC_HANDLER + 0x14)
#define KVM_TRC_TDP_FAULT (KVM_TRC_HANDLER + 0x15)

#endif

0 comments on commit 734f219

Please sign in to comment.