qapi: Expand a few awkward abbreviations in documentation

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240322140910.328840-3-armbru@redhat.com>
This commit is contained in:
Markus Armbruster 2024-03-22 15:09:00 +01:00
parent c15fbc66e2
commit f972ed5925
2 changed files with 7 additions and 5 deletions

View file

@ -105,8 +105,8 @@
# replaying the execution. The command automatically loads nearest # replaying the execution. The command automatically loads nearest
# snapshot and replays the execution to find the desired instruction. # snapshot and replays the execution to find the desired instruction.
# When there is no preceding snapshot or the execution is not # When there is no preceding snapshot or the execution is not
# replayed, then the command fails. icount for the reference may be # replayed, then the command fails. Instruction count can be obtained
# obtained with @query-replay command. # with the @query-replay command.
# #
# @icount: target instruction count # @icount: target instruction count
# #

View file

@ -642,15 +642,17 @@
# #
# @num: vhost_virtqueue num # @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 # @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 # @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 # @used-size: vhost_virtqueue used_size
# #