projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18178ff
)
KVM: Documentation: Fix omission in struct kvm_vcpu_events
author
Jim Mattson
<jmattson@google.com>
Tue, 16 Oct 2018 21:29:18 +0000
(14:29 -0700)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 16 Oct 2018 22:30:21 +0000
(
00:30
+0200)
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>
Documentation/virtual/kvm/api.txt
patch
|
blob
|
history
diff --git
a/Documentation/virtual/kvm/api.txt
b/Documentation/virtual/kvm/api.txt
index 70f9c8bb18404cd269af7e8a86df364fbe26d147..cf9422f4f1017b188cbf9926727ce8b2dc11a5d1 100644
(file)
--- 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: