Skip to content

Commit 86bcd23

Browse files
bagasmesean-jc
authored andcommitted
KVM: x86: Fix hypercalls docs section number order
Commit 4180bf1 ("KVM: X86: Implement "send IPI" hypercall") documents KVM_HC_SEND_IPI hypercall, yet its section number duplicates KVM_HC_CLOCK_PAIRING one (which both are 6th). Fix the numbering order so that the former should be 7th. Fixes: 4180bf1 ("KVM: X86: Implement "send IPI" hypercall") Signed-off-by: Bagas Sanjaya <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
1 parent e8f85d7 commit 86bcd23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/virt/kvm/x86/hypercalls.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ compute the CLOCK_REALTIME for its clock, at the same instant.
137137
Returns KVM_EOPNOTSUPP if the host does not use TSC clocksource,
138138
or if clock type is different than KVM_CLOCK_PAIRING_WALLCLOCK.
139139

140-
6. KVM_HC_SEND_IPI
140+
7. KVM_HC_SEND_IPI
141141
------------------
142142

143143
:Architecture: x86
@@ -158,7 +158,7 @@ corresponds to the APIC ID a2+1, and so on.
158158

159159
Returns the number of CPUs to which the IPIs were delivered successfully.
160160

161-
7. KVM_HC_SCHED_YIELD
161+
8. KVM_HC_SCHED_YIELD
162162
---------------------
163163

164164
:Architecture: x86
@@ -170,7 +170,7 @@ a0: destination APIC ID
170170
:Usage example: When sending a call-function IPI-many to vCPUs, yield if
171171
any of the IPI target vCPUs was preempted.
172172

173-
8. KVM_HC_MAP_GPA_RANGE
173+
9. KVM_HC_MAP_GPA_RANGE
174174
-------------------------
175175
:Architecture: x86
176176
:Status: active

0 commit comments

Comments
 (0)