Re: [kvm-devel] [PATCH 0/6] SVM: complete support for kvmtrace

2008-04-30 Thread Avi Kivity
Joerg Roedel wrote: > 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. > > Thanks, applied all. Please use git format-patch -n (or format.numbered = auto) so that patch order is explicit.

[kvm-devel] [PATCH 0/6] SVM: complete support for kvmtrace

2008-04-30 Thread Joerg Roedel
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