File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ impl BackendInternal {
100
100
101
101
/// Proxy for sending messages from the backend to the fronted
102
102
/// 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>
104
104
#[ derive( Clone ) ]
105
105
pub struct GpuBackend {
106
106
// underlying Unix domain socket for communication
Original file line number Diff line number Diff line change 2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
4
//! 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>
6
6
7
7
use super :: enum_value;
8
8
use crate :: vhost_user:: message:: { MsgHeader , Req , VhostUserMsgValidator } ;
You can’t perform that action at this time.
0 commit comments