diff options
author | John Snow <jsnow@redhat.com> | 2025-07-11 01:40:01 -0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2025-07-14 12:58:13 +0200 |
commit | bfdfd96388fed2c23b2a42c32c5dd1a96d437c20 (patch) | |
tree | 8bbb949f5fc44b3c3826a1b48a97644dfe2a16e8 | |
parent | 57d2ad7d2f534d510c7afb44d574d6313a0ab91e (diff) | |
download | qemu-bfdfd96388fed2c23b2a42c32c5dd1a96d437c20.zip qemu-bfdfd96388fed2c23b2a42c32c5dd1a96d437c20.tar.gz qemu-bfdfd96388fed2c23b2a42c32c5dd1a96d437c20.tar.bz2 |
qapi: add cross-references to sockets.json
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-ID: <20250711054005.60969-15-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | qapi/sockets.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qapi/sockets.json b/qapi/sockets.json index b5f4a8f..82046b0 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 # |