File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ impl BackendInternal {
100100
101101/// Proxy for sending messages from the backend to the fronted
102102/// over the socket obtained from VHOST_USER_GPU_SET_SOCKET.
103- /// The protocol is documented here: https://www.qemu.org/docs/master/interop/vhost-user-gpu.html
103+ /// The protocol is documented here: < https://www.qemu.org/docs/master/interop/vhost-user-gpu.html>
104104#[ derive( Clone ) ]
105105pub struct GpuBackend {
106106 // underlying Unix domain socket for communication
Original file line number Diff line number Diff line change 22// SPDX-License-Identifier: Apache-2.0
33
44//! Implementation parts of the protocol on the socket from VHOST_USER_SET_GPU_SOCKET
5- //! see: https://www.qemu.org/docs/master/interop/vhost-user-gpu.html
5+ //! see: < https://www.qemu.org/docs/master/interop/vhost-user-gpu.html>
66
77use super :: enum_value;
88use crate :: vhost_user:: message:: { MsgHeader , Req , VhostUserMsgValidator } ;
You can’t perform that action at this time.
0 commit comments