diff options
author | Jim Mattson <jmattson@google.com> | 2018-10-17 00:29:18 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-10-17 01:30:21 +0300 |
commit | bba9ce58d9cb7ba9e121627108eca986760ad0e8 (patch) | |
tree | d54bf8df8192b7ca0cb494586f340d60ec37e9de /Documentation/virtual | |
parent | 18178ff862170ee4c9fd7450173c6fba9e3c4c3a (diff) | |
download | linux-bba9ce58d9cb7ba9e121627108eca986760ad0e8.tar.xz |
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 <jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation/virtual')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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: |