[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v2 01/10] linux header sync
From: |
Christian Borntraeger |
Subject: |
[qemu-s390x] [PATCH v2 01/10] linux header sync |
Date: |
Fri, 26 Apr 2019 07:09:54 -0400 |
to be replaced by a proper one
Signed-off-by: Christian Borntraeger <address@hidden>
---
linux-headers/asm-s390/kvm.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/linux-headers/asm-s390/kvm.h b/linux-headers/asm-s390/kvm.h
index 0265482f8f..03ab5968c7 100644
--- a/linux-headers/asm-s390/kvm.h
+++ b/linux-headers/asm-s390/kvm.h
@@ -152,7 +152,10 @@ struct kvm_s390_vm_cpu_subfunc {
__u8 pcc[16]; /* with MSA4 */
__u8 ppno[16]; /* with MSA5 */
__u8 kma[16]; /* with MSA8 */
- __u8 reserved[1808];
+ __u8 kdsa[16]; /* with MSA9 */
+ __u8 sortl[32]; /* with STFLE.150 */
+ __u8 dfltcc[32]; /* with STFLE.151 */
+ __u8 reserved[1728];
};
/* kvm attributes for crypto */
--
2.17.1
[qemu-s390x] [PATCH v2 08/10] s390x/cpumodel: add gen15 defintions, Christian Borntraeger, 2019/04/26
[qemu-s390x] [PATCH v2 07/10] s390x/cpumodel: add Deflate-conversion facility, Christian Borntraeger, 2019/04/26
[qemu-s390x] [PATCH v2 09/10] s390x/cpumodel: disable csske and bpb from gen15 cpu models onwards, Christian Borntraeger, 2019/04/26
[qemu-s390x] [PATCH v2 01/10] linux header sync,
Christian Borntraeger <=
[qemu-s390x] [PATCH v2 06/10] s390x/cpumodel: enhanced sort facility, Christian Borntraeger, 2019/04/26
[qemu-s390x] [PATCH v2 04/10] s390x/cpumodel: msa9 facility, Christian Borntraeger, 2019/04/26
Re: [qemu-s390x] [Qemu-devel] [PATCH v2 00/10] s390x: new guest features, no-reply, 2019/04/26