Skip to content

Commit

Permalink
KVM: Documentation: Fix omission in struct kvm_vcpu_events
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jim Mattson authored and Paolo Bonzini committed Oct 16, 2018
1 parent 18178ff commit bba9ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/virtual/kvm/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bba9ce5

Please sign in to comment.