[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 14/18] qapi: add cross-references to sockets.json
From: |
John Snow |
Subject: |
[PATCH 14/18] qapi: add cross-references to sockets.json |
Date: |
Fri, 13 Jun 2025 16:36:16 -0400 |
Signed-off-by: John Snow <jsnow@redhat.com>
---
qapi/sockets.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/qapi/sockets.json b/qapi/sockets.json
index f9f559dabae..e7f8b42bda3 100644
--- a/qapi/sockets.json
+++ b/qapi/sockets.json
@@ -209,14 +209,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
#
--
2.48.1
- Re: [PATCH 03/18] qapi: add cross-references to block layer, (continued)
- [PATCH 04/18] qapi: add cross-references to crypto.json, John Snow, 2025/06/13
- [PATCH 05/18] qapi: add cross-references to dump.json, John Snow, 2025/06/13
- [PATCH 06/18] qapi: add cross-references to job.json, John Snow, 2025/06/13
- [PATCH 07/18] qapi: add cross-references to Machine core, John Snow, 2025/06/13
- [PATCH 08/18] qapi: add cross-references to migration.json, John Snow, 2025/06/13
- [PATCH 09/18] qapi: add cross-references to net.json, John Snow, 2025/06/13
- [PATCH 10/18] qapi: add cross-references to pci.json, John Snow, 2025/06/13
- [PATCH 11/18] qapi: add cross-references to QOM, John Snow, 2025/06/13
- [PATCH 13/18] qapi: add cross-references to run-state.json, John Snow, 2025/06/13
- [PATCH 14/18] qapi: add cross-references to sockets.json,
John Snow <=
- [PATCH 16/18] qapi: add cross-references to virtio.json, John Snow, 2025/06/13
- [PATCH 15/18] qapi: add cross-references to ui.json, John Snow, 2025/06/13
- [PATCH 18/18] qapi: add cross-references to misc modules, John Snow, 2025/06/13
- [PATCH 12/18] qapi: add cross-references to replay.json, John Snow, 2025/06/13
- [PATCH 17/18] qapi: add cross-references to yank.json, John Snow, 2025/06/13