From: Jim Mattson Date: Tue, 16 Oct 2018 21:29:18 +0000 (-0700) Subject: KVM: Documentation: Fix omission in struct kvm_vcpu_events X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=bba9ce58d9cb7ba9e121627108eca986760ad0e8;p=openwrt%2Fstaging%2Fblogic.git KVM: Documentation: Fix omission in struct kvm_vcpu_events 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 Signed-off-by: Paolo Bonzini --- diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 70f9c8bb1840..cf9422f4f101 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -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: