* [PATCH] KVM: trace: Fix exit decoding.
@ 2013-01-08 12:00 Cornelia Huck
2013-01-10 17:51 ` Marcelo Tosatti
0 siblings, 1 reply; 2+ messages in thread
From: Cornelia Huck @ 2013-01-08 12:00 UTC (permalink / raw)
To: Marcelo Tosatti, Gleb Natapov; +Cc: KVM, Bharat Bhushan
trace_kvm_userspace_exit has been missing the KVM_EXIT_WATCHDOG exit.
CC: Bharat Bhushan <r65777@freescale.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
---
include/trace/events/kvm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/trace/events/kvm.h b/include/trace/events/kvm.h
index a23f47c..19911dd 100644
--- a/include/trace/events/kvm.h
+++ b/include/trace/events/kvm.h
@@ -14,7 +14,7 @@
ERSN(SHUTDOWN), ERSN(FAIL_ENTRY), ERSN(INTR), ERSN(SET_TPR), \
ERSN(TPR_ACCESS), ERSN(S390_SIEIC), ERSN(S390_RESET), ERSN(DCR),\
ERSN(NMI), ERSN(INTERNAL_ERROR), ERSN(OSI), ERSN(PAPR_HCALL), \
- ERSN(S390_UCONTROL), ERSN(S390_TSCH)
+ ERSN(S390_UCONTROL), ERSN(WATCHDOG), ERSN(S390_TSCH)
TRACE_EVENT(kvm_userspace_exit,
TP_PROTO(__u32 reason, int errno),
--
1.7.12.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] KVM: trace: Fix exit decoding.
2013-01-08 12:00 [PATCH] KVM: trace: Fix exit decoding Cornelia Huck
@ 2013-01-10 17:51 ` Marcelo Tosatti
0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2013-01-10 17:51 UTC (permalink / raw)
To: Cornelia Huck; +Cc: Gleb Natapov, KVM, Bharat Bhushan
On Tue, Jan 08, 2013 at 01:00:01PM +0100, Cornelia Huck wrote:
> trace_kvm_userspace_exit has been missing the KVM_EXIT_WATCHDOG exit.
>
> CC: Bharat Bhushan <r65777@freescale.com>
> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
> ---
> include/trace/events/kvm.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-10 19:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 12:00 [PATCH] KVM: trace: Fix exit decoding Cornelia Huck
2013-01-10 17:51 ` Marcelo Tosatti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox