diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-03-22 15:09:00 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-03-26 06:36:08 +0100 |
commit | f972ed5925cda823a99f89d6250cdae655140884 (patch) | |
tree | 870bbe7d15ac9b14ace55b1978348572250600cb | |
parent | c15fbc66e2189723155165af28ba2238bb2064b6 (diff) | |
download | qemu-f972ed5925cda823a99f89d6250cdae655140884.zip qemu-f972ed5925cda823a99f89d6250cdae655140884.tar.gz qemu-f972ed5925cda823a99f89d6250cdae655140884.tar.bz2 |
qapi: Expand a few awkward abbreviations in documentation
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240322140910.328840-3-armbru@redhat.com>
-rw-r--r-- | qapi/replay.json | 4 | ||||
-rw-r--r-- | qapi/virtio.json | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/qapi/replay.json b/qapi/replay.json index 8626fb5..d3559f9 100644 --- a/qapi/replay.json +++ b/qapi/replay.json @@ -105,8 +105,8 @@ # replaying the execution. The command automatically loads nearest # snapshot and replays the execution to find the desired instruction. # When there is no preceding snapshot or the execution is not -# replayed, then the command fails. icount for the reference may be -# obtained with @query-replay command. +# replayed, then the command fails. Instruction count can be obtained +# with the @query-replay command. # # @icount: target instruction count # diff --git a/qapi/virtio.json b/qapi/virtio.json index 95745fd..b0cd41b 100644 --- a/qapi/virtio.json +++ b/qapi/virtio.json @@ -642,15 +642,17 @@ # # @num: vhost_virtqueue num # -# @desc-phys: vhost_virtqueue desc_phys (descriptor area phys. addr.) +# @desc-phys: vhost_virtqueue desc_phys (descriptor area physical +# address) # # @desc-size: vhost_virtqueue desc_size # -# @avail-phys: vhost_virtqueue avail_phys (driver area phys. addr.) +# @avail-phys: vhost_virtqueue avail_phys (driver area physical +# address) # # @avail-size: vhost_virtqueue avail_size # -# @used-phys: vhost_virtqueue used_phys (device area phys. addr.) +# @used-phys: vhost_virtqueue used_phys (device area physical address) # # @used-size: vhost_virtqueue used_size # |