Skip to content

Commit 82e09ed

Browse files
chenhengqistefano-garzarella
authored andcommitted
vhost: Fix broken link in vhost/README.md
The link to vhost-user protocol is 404, replace it with the latest one. Signed-off-by: Hengqi Chen <[email protected]>
1 parent f9b25c2 commit 82e09ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vhost/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The hypervisor relies on ioctl based interfaces to control those in-kernel
1919
vhost drivers, such as vhost-net, vhost-scsi and vhost-vsock etc.
2020

2121
## vHost-user Backend Drivers
22-
The [vhost-user protocol](https://qemu.readthedocs.io/en/latest/interop/vhost-user.html#communication) aims to implement vhost backend drivers in
22+
The [vhost-user protocol](https://www.qemu.org/docs/master/interop/vhost-user.html#communication) aims to implement vhost backend drivers in
2323
userspace, which complements the ioctl interface used to control the vhost
2424
implementation in the Linux kernel. It implements the control plane needed
2525
to establish virtqueue sharing with a user space process on the same host.

0 commit comments

Comments
 (0)