#
# @name: Name of the VirtIODevice
#
-# Since: 7.1
+# Since: 7.2
#
##
{ 'struct': 'VirtioInfo',
#
# Returns: List of gathered VirtIODevices
#
-# Since: 7.1
+# Since: 7.2
#
# Example:
#
#
# @log-size: vhost_dev log_size
#
-# Since: 7.1
+# Since: 7.2
#
##
# Present if the given VirtIODevice has an active vhost
# device.
#
-# Since: 7.1
+# Since: 7.2
#
##
#
# Returns: VirtioStatus of the virtio device
#
-# Since: 7.1
+# Since: 7.2
#
# Examples:
#
#
# @unknown-statuses: Virtio device statuses bitmap that have not been decoded
#
-# Since: 7.1
+# Since: 7.2
##
{ 'struct': 'VirtioDeviceStatus',
# @unknown-protocols: Vhost user device protocol features bitmap that
# have not been decoded
#
-# Since: 7.1
+# Since: 7.2
##
{ 'struct': 'VhostDeviceProtocols',
# @unknown-dev-features: Virtio device features bitmap that have not
# been decoded
#
-# Since: 7.1
+# Since: 7.2
##
{ 'struct': 'VirtioDeviceFeatures',
#
# @signalled-used-valid: VirtQueue signalled_used_valid flag
#
-# Since: 7.1
+# Since: 7.2
#
##
# shadow_avail_idx will not be displayed in the case where
# the selected VirtIODevice has a running vhost device.
#
-# Since: 7.1
+# Since: 7.2
#
# Examples:
#
#
# @used-size: vhost_virtqueue used_size
#
-# Since: 7.1
+# Since: 7.2
#
##
#
# Returns: VirtVhostQueueStatus of the vhost_virtqueue
#
-# Since: 7.1
+# Since: 7.2
#
# Examples:
#
#
# @flags: List of descriptor flags
#
-# Since: 7.1
+# Since: 7.2
#
##
#
# @ring: VRingAvail ring[] entry at provided index
#
-# Since: 7.1
+# Since: 7.2
#
##
#
# @idx: VRingUsed index
#
-# Since: 7.1
+# Since: 7.2
#
##
#
# @used: VRingUsed info
#
-# Since: 7.1
+# Since: 7.2
#
##
#
# Returns: VirtioQueueElement information
#
-# Since: 7.1
+# Since: 7.2
#
# Examples:
#