diff options
author | 2017-04-27 14:11:07 +0200 | |
---|---|---|
committer | 2017-04-27 14:11:07 +0200 | |
commit | cf9bdd35779e36a5bfc23ec292d6e1c23435878d (patch) | |
tree | 1f55a6cc42dfaf71d8dc1a5a8070ab32e65ecd7c /tools | |
parent | KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCK (diff) | |
parent | s390: kvm: Cpu model support for msa6, msa7 and msa8 (diff) | |
download | linux-dev-cf9bdd35779e36a5bfc23ec292d6e1c23435878d.tar.xz linux-dev-cf9bdd35779e36a5bfc23ec292d6e1c23435878d.zip |
Merge tag 'kvm-s390-next-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
KVM: s390: MSA8 feature for guests
- Detect all function codes for KMA and export the features
for use in the cpu model
Diffstat (limited to 'tools')
-rw-r--r-- | tools/arch/s390/include/uapi/asm/kvm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/arch/s390/include/uapi/asm/kvm.h b/tools/arch/s390/include/uapi/asm/kvm.h index a2ffec4139ad..7f4fd65e9208 100644 --- a/tools/arch/s390/include/uapi/asm/kvm.h +++ b/tools/arch/s390/include/uapi/asm/kvm.h @@ -131,7 +131,8 @@ struct kvm_s390_vm_cpu_subfunc { __u8 kmo[16]; /* with MSA4 */ __u8 pcc[16]; /* with MSA4 */ __u8 ppno[16]; /* with MSA5 */ - __u8 reserved[1824]; + __u8 kma[16]; /* with MSA8 */ + __u8 reserved[1808]; }; /* kvm attributes for crypto */ |