aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/virtual
diff options
context:
space:
mode:
authorJim Mattson <jmattson@google.com>2018-10-16 14:29:18 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2018-10-17 00:30:21 +0200
commitbba9ce58d9cb7ba9e121627108eca986760ad0e8 (patch)
treed54bf8df8192b7ca0cb494586f340d60ec37e9de /Documentation/virtual
parentKVM: selftests: add Enlightened VMCS test (diff)
downloadlinux-dev-bba9ce58d9cb7ba9e121627108eca986760ad0e8.tar.xz
linux-dev-bba9ce58d9cb7ba9e121627108eca986760ad0e8.zip
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.txt1
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: