aboutsummaryrefslogtreecommitdiff
path: root/qapi/stats.json
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-02-05 08:47:09 +0100
committerMarkus Armbruster <armbru@redhat.com>2024-02-12 10:04:32 +0100
commit89a2273b9d9e46e2e314fe05faf1b11bf4b3f6d2 (patch)
tree4379abd09ab0b9120bff563ad00259b861748c67 /qapi/stats.json
parent8bf69544b5e8142a4b7397bc1235eb2c42d1b29d (diff)
downloadqemu-89a2273b9d9e46e2e314fe05faf1b11bf4b3f6d2.zip
qemu-89a2273b9d9e46e2e314fe05faf1b11bf4b3f6d2.tar.gz
qemu-89a2273b9d9e46e2e314fe05faf1b11bf4b3f6d2.tar.bz2
qapi: Add missing union tag documentation
Low-hanging fruit, and except for StatsFilter, the only members of these unions lacking documentation. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240205074709.3613229-16-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'qapi/stats.json')
-rw-r--r--qapi/stats.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/qapi/stats.json b/qapi/stats.json
index 01791e8..ce9d816 100644
--- a/qapi/stats.json
+++ b/qapi/stats.json
@@ -120,6 +120,8 @@
# - which providers to request statistics from
# - which named values to return within each provider
#
+# @target: the kind of objects to query
+#
# Since: 7.1
##
{ 'union': 'StatsFilter',