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 <anup.patel@wdc.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 0f60a29 commit 636e36b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)