diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 8a16b083df2e..5d08f11bb27f 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -322,12 +322,12 @@ struct kvm_trace_rec { | |||
322 | __u32 vcpu_id; | 322 | __u32 vcpu_id; |
323 | union { | 323 | union { |
324 | struct { | 324 | struct { |
325 | __u64 cycle_u64; | 325 | __u64 timestamp; |
326 | __u32 extra_u32[KVM_TRC_EXTRA_MAX]; | 326 | __u32 extra_u32[KVM_TRC_EXTRA_MAX]; |
327 | } __attribute__((packed)) cycle; | 327 | } __attribute__((packed)) timestamp; |
328 | struct { | 328 | struct { |
329 | __u32 extra_u32[KVM_TRC_EXTRA_MAX]; | 329 | __u32 extra_u32[KVM_TRC_EXTRA_MAX]; |
330 | } nocycle; | 330 | } notimestamp; |
331 | } u; | 331 | } u; |
332 | }; | 332 | }; |
333 | 333 | ||