Skip to content

Commit

Permalink
KVM: trace events: update list of exit reasons
Browse files Browse the repository at this point in the history
The list of exit reasons for the kvm_userspace_exit event was
missing recent additions; bring it into sync again.

Reviewed-by: Christian Borntraeger <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
  • Loading branch information
cohuck authored and matosatti committed Jun 13, 2012
1 parent cd18345 commit dcce048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/trace/events/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
ERSN(DEBUG), ERSN(HLT), ERSN(MMIO), ERSN(IRQ_WINDOW_OPEN), \
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(NMI), ERSN(INTERNAL_ERROR), ERSN(OSI), ERSN(PAPR_HCALL), \
ERSN(S390_UCONTROL)

TRACE_EVENT(kvm_userspace_exit,
TP_PROTO(__u32 reason, int errno),
Expand Down

0 comments on commit dcce048

Please sign in to comment.