From: John Snow Date: Fri, 11 Jul 2025 05:40:01 +0000 (-0400) Subject: qapi: add cross-references to sockets.json X-Git-Tag: v10.1.0-rc0~15^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfdfd96388fed2c23b2a42c32c5dd1a96d437c20;p=thirdparty%2Fqemu.git qapi: add cross-references to sockets.json Signed-off-by: John Snow Reviewed-by: Eric Blake Message-ID: <20250711054005.60969-15-jsnow@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/qapi/sockets.json b/qapi/sockets.json index b5f4a8fecd..82046b0b3a 100644 --- a/qapi/sockets.json +++ b/qapi/sockets.json @@ -211,14 +211,14 @@ 'unix': 'UnixSocketAddressWrapper', 'vsock': 'VsockSocketAddressWrapper', 'fd': 'FdSocketAddressWrapper' } } -# Note: This type is deprecated in favor of SocketAddress. The -# difference between SocketAddressLegacy and SocketAddress is that the +# Note: This type is deprecated in favor of `SocketAddress`. The +# difference between `SocketAddressLegacy` and `SocketAddress` is that the # latter has fewer ``{}`` on the wire. ## # @SocketAddressType: # -# Available SocketAddress types +# Available `SocketAddress` types # # @inet: Internet address #