vhost_user: format links in docs correctly
This resolves a rustdoc warning, and makes the links appear as links in the rendered documentation. Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
parent
1e444b5b19
commit
c0f8a9f4f4
2 changed files with 2 additions and 2 deletions
|
|
@ -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: <https://www.qemu.org/docs/master/interop/vhost-user-gpu.html>
|
||||
#[derive(Clone)]
|
||||
pub struct GpuBackend {
|
||||
// underlying Unix domain socket for communication
|
||||
|
|
|
|||
|
|
@ -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: <https://www.qemu.org/docs/master/interop/vhost-user-gpu.html>
|
||||
|
||||
use super::enum_value;
|
||||
use crate::vhost_user::message::{MsgHeader, Req, VhostUserMsgValidator};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue