diff options
author | Cornelia Huck <cohuck@redhat.com> | 2018-10-11 11:44:05 +0200 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2018-10-12 11:32:18 +0200 |
commit | 8f3cd250a897213d39e621e3d824507b48158d42 (patch) | |
tree | d2b1da4da6f644f0a06191126e4dd177dedbe8ea /linux-headers/asm-s390/kvm.h | |
parent | c91a2a21dffa4cd8c04b0f6ed376cfb1d4d182c9 (diff) | |
download | qemu-8f3cd250a897213d39e621e3d824507b48158d42.zip |
linux-headers: update
Update to kvm/next commit dd5bd0a65ff6 ("Merge tag 'kvm-s390-next-4.20-1'
of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD")
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'linux-headers/asm-s390/kvm.h')
-rw-r--r-- | linux-headers/asm-s390/kvm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-headers/asm-s390/kvm.h b/linux-headers/asm-s390/kvm.h index 1ab9901911..0265482f8f 100644 --- a/linux-headers/asm-s390/kvm.h +++ b/linux-headers/asm-s390/kvm.h @@ -160,6 +160,8 @@ struct kvm_s390_vm_cpu_subfunc { #define KVM_S390_VM_CRYPTO_ENABLE_DEA_KW 1 #define KVM_S390_VM_CRYPTO_DISABLE_AES_KW 2 #define KVM_S390_VM_CRYPTO_DISABLE_DEA_KW 3 +#define KVM_S390_VM_CRYPTO_ENABLE_APIE 4 +#define KVM_S390_VM_CRYPTO_DISABLE_APIE 5 /* kvm attributes for migration mode */ #define KVM_S390_VM_MIGRATION_STOP 0 |