diff options
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | 2014-11-21 13:45:08 +0100 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2015-07-29 11:02:34 +0200 |
commit | a37281b63681015b12c3b7322e6bd681c0ea1ef4 (patch) | |
tree | 157c2e0becd99e25eba60c605c4931043d6d4c6f /include/uapi | |
parent | KVM: s390: Fixup interrupt vcpu event messages and levels (diff) | |
download | linux-a37281b63681015b12c3b7322e6bd681c0ea1ef4.tar.xz linux-a37281b63681015b12c3b7322e6bd681c0ea1ef4.zip |
KVM: s390: more irq names for trace events
This patch adds names for missing irq types to the trace events.
In order to identify adapter irqs, the define is moved from
interrupt.c to the other basic irq defines in uapi/linux/kvm.h.
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index 9ef19ebd9df4..0d831f94f8a8 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h @@ -482,6 +482,7 @@ struct kvm_s390_psw { ((ai) << 26)) #define KVM_S390_INT_IO_MIN 0x00000000u #define KVM_S390_INT_IO_MAX 0xfffdffffu +#define KVM_S390_INT_IO_AI_MASK 0x04000000u struct kvm_s390_interrupt { |