diff options
author | David Hildenbrand <david@redhat.com> | 2024-03-25 16:01:41 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-03-26 06:36:08 +0100 |
commit | 1a533ce986f52c35f324f5f4fff22cdc2619a47c (patch) | |
tree | d431a94a0a05ac8692eff8edb835a43ff8dcc656 /qapi/pragma.json | |
parent | 125f973cc2f135a683e425ef30802102f13d47b3 (diff) |
qapi: document parameters of query-cpu-model-* QAPI commands
Let's document the parameters of these commands, so we can remove them
from the "documentation-exceptions" list.
While at it, extend the "Returns:" documentation as well, fixing a wrong
use of CpuModelBaselineInfo vs. CpuModelCompareInfo for
query-cpu-model-comparison.
Cc: Markus Armbruster <armbru@redhat.com>
Cc: Eric Blake <eblake@redhat.com>
Cc: Eduardo Habkost <eduardo@habkost.net>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Cc: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: Yanan Wang <wangyanan55@huawei.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-ID: <20240325150141.342720-1-david@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Punctuation tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi/pragma.json')
-rw-r--r-- | qapi/pragma.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qapi/pragma.json b/qapi/pragma.json index 9e28de1721..59fbe74b8c 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -84,9 +84,6 @@ 'XDbgBlockGraph', 'YankInstanceType', 'blockdev-reopen', - 'query-cpu-model-baseline', - 'query-cpu-model-comparison', - 'query-cpu-model-expansion', 'query-rocker', 'query-rocker-ports' ], # Externally visible types whose member names may use uppercase |