|
From: Joerg R. <joe...@am...> - 2008-04-30 16:01:11
|
This series of patches adds the missing kvmtrace markers to the SVM specific code paths in KVM. Further it adds a new trace event for TDP page faults. The diffstat: arch/x86/kvm/lapic.c | 4 ++++ arch/x86/kvm/svm.c | 45 ++++++++++++++++++++++++++++++++++++++++++--- arch/x86/kvm/vmx.c | 2 -- arch/x86/kvm/x86.c | 25 ++++++++++++++++++++----- include/asm-x86/kvm.h | 1 + 5 files changed, 67 insertions(+), 10 deletions(-) |