Skip to content

Commit 636e36b

Browse files
mchehabJonathan Corbet
authored andcommitted
Documentation: update vcpu-requests.rst reference
Changeset 2f5947d ("Documentation: move Documentation/virtual to Documentation/virt") renamed: Documentation/virtual/kvm/vcpu-requests.rst to: Documentation/virt/kvm/vcpu-requests.rst. Update its cross-reference accordingly. Fixes: 2f5947d ("Documentation: move Documentation/virtual to Documentation/virt") Reviewed-by: Anup Patel <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Paolo Bonzini <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 0f60a29 commit 636e36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/kvm/vcpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu)
740740
* Ensure we set mode to IN_GUEST_MODE after we disable
741741
* interrupts and before the final VCPU requests check.
742742
* See the comment in kvm_vcpu_exiting_guest_mode() and
743-
* Documentation/virtual/kvm/vcpu-requests.rst
743+
* Documentation/virt/kvm/vcpu-requests.rst
744744
*/
745745
vcpu->mode = IN_GUEST_MODE;
746746

0 commit comments

Comments
 (0)