diff options
author | Alexey Perevalov <a.perevalov@samsung.com> | 2017-09-22 15:59:47 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-09-29 10:58:31 +0200 |
commit | d4083f50e021f52addd02c9f83465937f8486556 (patch) | |
tree | 8e1cb3e89dbd3d13b90c3c0c8d28b7e7faad239d /linux-headers/asm-s390 | |
parent | 65072c157e466db2785748a929e775703b20eefe (diff) | |
download | qemu-d4083f50e021f52addd02c9f83465937f8486556.zip qemu-d4083f50e021f52addd02c9f83465937f8486556.tar.gz qemu-d4083f50e021f52addd02c9f83465937f8486556.tar.bz2 |
linux-headers: sync against v4.14-rc1
Signed-off-by: Alexey Perevalov <a.perevalov@samsung.com>
Message-Id: <1506085187-24259-2-git-send-email-a.perevalov@samsung.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-headers/asm-s390')
-rw-r--r-- | linux-headers/asm-s390/kvm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux-headers/asm-s390/kvm.h b/linux-headers/asm-s390/kvm.h index 8387d71..7b750ef 100644 --- a/linux-headers/asm-s390/kvm.h +++ b/linux-headers/asm-s390/kvm.h @@ -88,6 +88,12 @@ struct kvm_s390_io_adapter_req { /* kvm attributes for KVM_S390_VM_TOD */ #define KVM_S390_VM_TOD_LOW 0 #define KVM_S390_VM_TOD_HIGH 1 +#define KVM_S390_VM_TOD_EXT 2 + +struct kvm_s390_vm_tod_clock { + __u8 epoch_idx; + __u64 tod; +}; /* kvm attributes for KVM_S390_VM_CPU_MODEL */ /* processor related attributes are r/w */ |