diff options
| author | Paolo Bonzini | 2017-02-27 13:45:39 +0100 |
|---|---|---|
| committer | Peter Maydell | 2017-02-28 17:18:49 +0100 |
| commit | 3a5eb5b4a929397d8678df9415c14c691c5ba969 (patch) | |
| tree | b75117809c643ce268dcec1cdbab1bdc2c155c02 /linux-headers/asm-x86 | |
| parent | update-linux-headers: update for 4.11 (diff) | |
| download | qemu-3a5eb5b4a929397d8678df9415c14c691c5ba969.tar.gz qemu-3a5eb5b4a929397d8678df9415c14c691c5ba969.tar.xz qemu-3a5eb5b4a929397d8678df9415c14c691c5ba969.zip | |
update Linux headers to 4.11
virtio_mmio.h would be deleted; I am leaving it in though it was a
mistake to add it.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-headers/asm-x86')
| -rw-r--r-- | linux-headers/asm-x86/kvm_para.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/linux-headers/asm-x86/kvm_para.h b/linux-headers/asm-x86/kvm_para.h index e41c5c1a28..3a5397988e 100644 --- a/linux-headers/asm-x86/kvm_para.h +++ b/linux-headers/asm-x86/kvm_para.h @@ -45,7 +45,18 @@ struct kvm_steal_time { __u64 steal; __u32 version; __u32 flags; - __u32 pad[12]; + __u8 preempted; + __u8 u8_pad[3]; + __u32 pad[11]; +}; + +#define KVM_CLOCK_PAIRING_WALLCLOCK 0 +struct kvm_clock_pairing { + __s64 sec; + __s64 nsec; + __u64 tsc; + __u32 flags; + __u32 pad[9]; }; #define KVM_STEAL_ALIGNMENT_BITS 5 |
