浏览代码

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 6 年之前
父节点
当前提交
bba9ce58d9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Documentation/virtual/kvm/api.txt

+ 1 - 0
Documentation/virtual/kvm/api.txt

@@ -873,6 +873,7 @@ struct kvm_vcpu_events {
 		__u8 smm_inside_nmi;
 		__u8 smm_inside_nmi;
 		__u8 latched_init;
 		__u8 latched_init;
 	} smi;
 	} smi;
+	__u32 reserved[9];
 };
 };
 
 
 Only two fields are defined in the flags field:
 Only two fields are defined in the flags field: