]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
KVM: Documentation: Fix omission in struct kvm_vcpu_events
authorJim Mattson <jmattson@google.com>
Tue, 16 Oct 2018 21:29:18 +0000 (14:29 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Oct 2018 22:30:21 +0000 (00:30 +0200)
The header file indicates that there are 36 reserved bytes at the end
of this structure. Adjust the documentation to agree with the header
file.

Signed-off-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virtual/kvm/api.txt

index 70f9c8bb18404cd269af7e8a86df364fbe26d147..cf9422f4f1017b188cbf9926727ce8b2dc11a5d1 100644 (file)
@@ -873,6 +873,7 @@ struct kvm_vcpu_events {
                __u8 smm_inside_nmi;
                __u8 latched_init;
        } smi;
+       __u32 reserved[9];
 };
 
 Only two fields are defined in the flags field: