diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-11-12 13:17:55 -0500 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-11-12 13:17:55 -0500 |
| commit | 185e02d61e991bf51389d2ea1497f3b98d090b95 (patch) | |
| tree | 72190889faf0d4b5e81f89d792a3e43efdb929e2 /arch/s390/include/asm | |
| parent | e3e0f9b7ae280f2f479f74ef7799f4108d0e7f77 (diff) | |
| parent | 7a1f3143377adb655a3912b8dea714949f819fa3 (diff) | |
Merge tag 'kvm-s390-next-6.13-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
- second part of the ucontrol selftest
- cpumodel sanity check selftest
- gen17 cpumodel changes
Diffstat (limited to 'arch/s390/include/asm')
| -rw-r--r-- | arch/s390/include/asm/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h index 8e77afbed58e..851cfe5042f3 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h @@ -356,6 +356,7 @@ struct kvm_s390_sie_block { #define ECD_MEF 0x08000000 #define ECD_ETOKENF 0x02000000 #define ECD_ECC 0x00200000 +#define ECD_HMAC 0x00004000 __u32 ecd; /* 0x01c8 */ __u8 reserved1cc[18]; /* 0x01cc */ __u64 pp; /* 0x01de */ |
