diff options
| author | Paolo Bonzini <[email protected]> | 2013-11-28 14:30:16 +0000 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2013-11-28 14:30:16 +0000 |
| commit | d6d63b51fe3bfea0cf596993afa480b0b3b02c32 (patch) | |
| tree | ebe038c7ba4a00b6367c3eade0f218f2b518c4ef /arch/s390/kvm/trace.h | |
| parent | KVM: Change maintainer email address (diff) | |
| parent | KVM: s390: Removed kvm_s390_inject_sigp_stop() (diff) | |
| download | kernel-d6d63b51fe3bfea0cf596993afa480b0b3b02c32.tar.gz kernel-d6d63b51fe3bfea0cf596993afa480b0b3b02c32.zip | |
Merge tag 'kvm-s390-20131128' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next
Several fixes for kvm-next.
The diagnose decoding and the missing store status are more major (can
cause the host to execute different things than the guest wanted resp.
produce unusable dumps when something breaks). The other patches contain
more minor fixes and cleanups.
Diffstat (limited to 'arch/s390/kvm/trace.h')
| -rw-r--r-- | arch/s390/kvm/trace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kvm/trace.h b/arch/s390/kvm/trace.h index 0c991c6748ab..3db76b2daed7 100644 --- a/arch/s390/kvm/trace.h +++ b/arch/s390/kvm/trace.h @@ -175,6 +175,7 @@ TRACE_EVENT(kvm_s390_intercept_validity, {SIGP_STOP_AND_STORE_STATUS, "stop and store status"}, \ {SIGP_SET_ARCHITECTURE, "set architecture"}, \ {SIGP_SET_PREFIX, "set prefix"}, \ + {SIGP_STORE_STATUS_AT_ADDRESS, "store status at addr"}, \ {SIGP_SENSE_RUNNING, "sense running"}, \ {SIGP_RESTART, "restart"} |
