Re: [Qemu-devel] [PATCH 3/5] kvm-all: add kvm_run_exit tracepoint

2013-03-22 Thread Paolo Bonzini
Il 22/03/2013 09:28, Kazuya Saito ha scritto: > This patch enable us to know exit reason of KVM_RUN. It will help us > know where the trouble is caused. > > Signed-off-by: Kazuya Saito > --- > kvm-all.c|1 + > trace-events |1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > >

[Qemu-devel] [PATCH 3/5] kvm-all: add kvm_run_exit tracepoint

2013-03-22 Thread Kazuya Saito
This patch enable us to know exit reason of KVM_RUN. It will help us know where the trouble is caused. Signed-off-by: Kazuya Saito --- kvm-all.c|1 + trace-events |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kvm-all.c b/kvm-all.c index da15623..29fca13 100644