diff options
author | John Snow <jsnow@redhat.com> | 2025-07-11 01:39:56 -0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2025-07-14 12:58:13 +0200 |
commit | 4411a50e31157a1ee81147c2a6d6f1372a7bf6e8 (patch) | |
tree | 00a7b53ccaf0b03515061c9e2d8bce958271a5c6 | |
parent | b51ea1c42111464961a4b2bb3f1d3f4f0ddfc006 (diff) | |
download | qemu-4411a50e31157a1ee81147c2a6d6f1372a7bf6e8.zip qemu-4411a50e31157a1ee81147c2a6d6f1372a7bf6e8.tar.gz qemu-4411a50e31157a1ee81147c2a6d6f1372a7bf6e8.tar.bz2 |
qapi: add cross-references to net.json
Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250711054005.60969-10-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | qapi/net.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qapi/net.json b/qapi/net.json index a266c67..1dda21f 100644 --- a/qapi/net.json +++ b/qapi/net.json @@ -657,7 +657,7 @@ # this to zero disables this function. This member is mutually # exclusive with @reconnect. (default: 0) (Since: 9.2) # -# Only SocketAddress types 'unix', 'inet' and 'fd' are supported. +# Only `SocketAddress` types 'unix', 'inet' and 'fd' are supported. # # Features: # @@ -682,7 +682,7 @@ # # @local: local address # -# Only SocketAddress types 'unix', 'inet' and 'fd' are supported. +# Only `SocketAddress` types 'unix', 'inet' and 'fd' are supported. # # If remote address is present and it's a multicast address, local # address is optional. Otherwise local address is required and remote @@ -892,7 +892,7 @@ ## # @NIC_RX_FILTER_CHANGED: # -# Emitted once until the 'query-rx-filter' command is executed, the +# Emitted once until the `query-rx-filter` command is executed, the # first event will always be emitted # # @name: net client name |