diff options
author | John Snow <jsnow@redhat.com> | 2025-07-11 01:40:03 -0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2025-07-14 12:58:13 +0200 |
commit | 6e202378d1533d87f77c73ffb22fbb784d08f545 (patch) | |
tree | 61793345c8c8cbddf2038b26ff67a95ea5230b9e | |
parent | 64ebc732e1a1bc3a76b7412eca9f0fc6b0c235d1 (diff) | |
download | qemu-6e202378d1533d87f77c73ffb22fbb784d08f545.zip qemu-6e202378d1533d87f77c73ffb22fbb784d08f545.tar.gz qemu-6e202378d1533d87f77c73ffb22fbb784d08f545.tar.bz2 |
qapi: add cross-references to virtio.json
Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250711054005.60969-17-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | qapi/virtio.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qapi/virtio.json b/qapi/virtio.json index 2e23512..b29c850 100644 --- a/qapi/virtio.json +++ b/qapi/virtio.json @@ -137,7 +137,7 @@ # @num-vqs: VirtIODevice virtqueue count. This is the number of # active virtqueues being used by the VirtIODevice. # -# @status: VirtIODevice configuration status (VirtioDeviceStatus) +# @status: VirtIODevice configuration status (`VirtioDeviceStatus`) # # @isr: VirtIODevice ISR # @@ -579,7 +579,7 @@ # .. qmp-example:: # :annotated: # -# Get VirtQueueStatus for virtio-vsock (vhost-vsock running) +# Get `VirtQueueStatus` for virtio-vsock (vhost-vsock running) # :: # # -> { "execute": "x-query-virtio-queue-status", @@ -606,7 +606,7 @@ # .. qmp-example:: # :annotated: # -# Get VirtQueueStatus for virtio-serial (no vhost) +# Get `VirtQueueStatus` for virtio-serial (no vhost) # :: # # -> { "execute": "x-query-virtio-queue-status", @@ -818,7 +818,7 @@ # # @index: Index of the element in the queue # -# @descs: List of descriptors (VirtioRingDesc) +# @descs: List of descriptors (`VirtioRingDesc`) # # @avail: VRingAvail info # |