Re: [PART1 RFC v3 08/12] KVM: x86: Add trace events for AVIC

2016-03-28 Thread Suravee Suthikulpanit
Hi Paolo, On 3/18/16 17:24, Paolo Bonzini wrote: + TP_printk("vcpu=%#x, icrh:icrl=%#010x:%08x, id=%u, index=%u\n", vcpus are usually printed with %u. Apart from this, the patch looks good. You can squash it in "svm: Add VMEXIT handlers for AVIC". Paolo Sure, thanks for the feedback.

Re: [PART1 RFC v3 08/12] KVM: x86: Add trace events for AVIC

2016-03-20 Thread Paolo Bonzini
On 18/03/2016 07:09, Suravee Suthikulpanit wrote: > Introduce trace events for AMD AVIC incomplete IPI vmexit, and > AVIC unaccelerate access vmexit. > > Signed-off-by: Suravee Suthikulpanit > --- > arch/x86/kvm/trace.h | 57 > > arch/x86/k

[PART1 RFC v3 08/12] KVM: x86: Add trace events for AVIC

2016-03-18 Thread Suravee Suthikulpanit
Introduce trace events for AMD AVIC incomplete IPI vmexit, and AVIC unaccelerate access vmexit. Signed-off-by: Suravee Suthikulpanit --- arch/x86/kvm/trace.h | 57 arch/x86/kvm/x86.c | 2 ++ 2 files changed, 59 insertions(+) diff --git a/a