diff --git a/vhost/src/vhost_user/gpu_backend_req.rs b/vhost/src/vhost_user/gpu_backend_req.rs index 776e94d..fcc08dc 100644 --- a/vhost/src/vhost_user/gpu_backend_req.rs +++ b/vhost/src/vhost_user/gpu_backend_req.rs @@ -100,7 +100,7 @@ impl BackendInternal { /// Proxy for sending messages from the backend to the fronted /// over the socket obtained from VHOST_USER_GPU_SET_SOCKET. -/// The protocol is documented here: https://www.qemu.org/docs/master/interop/vhost-user-gpu.html +/// The protocol is documented here: #[derive(Clone)] pub struct GpuBackend { // underlying Unix domain socket for communication diff --git a/vhost/src/vhost_user/gpu_message.rs b/vhost/src/vhost_user/gpu_message.rs index 7aa1726..6be26f2 100644 --- a/vhost/src/vhost_user/gpu_message.rs +++ b/vhost/src/vhost_user/gpu_message.rs @@ -2,7 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 //! Implementation parts of the protocol on the socket from VHOST_USER_SET_GPU_SOCKET -//! see: https://www.qemu.org/docs/master/interop/vhost-user-gpu.html +//! see: use super::enum_value; use crate::vhost_user::message::{MsgHeader, Req, VhostUserMsgValidator};