diff options
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/machine.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qapi/machine.json b/qapi/machine.json index 422a44661f..17794ef681 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -1450,6 +1450,19 @@ 'returns': 'HumanReadableText' } ## +# @x-query-opcount: +# +# Query TCG opcode counters +# +# Returns: TCG opcode counters +# +# Since: 6.2 +## +{ 'command': 'x-query-opcount', + 'returns': 'HumanReadableText', + 'if': 'CONFIG_TCG' } + +## # @x-query-profile: # # Query TCG profiling information |