mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 05:35:39 +00:00
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>
This commit is contained in:
committed by
Markus Armbruster
parent
57d2ad7d2f
commit
bfdfd96388
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user