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>
这个提交包含在:
Jim Mattson
2018-10-16 14:29:18 -07:00
提交者 Paolo Bonzini
父节点 18178ff862
当前提交 bba9ce58d9

查看文件

@@ -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: