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 ca49358292..422a44661f 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -1425,6 +1425,19 @@ 'returns': 'HumanReadableText' } ## +# @x-query-jit: +# +# Query TCG compiler statistics +# +# Returns: TCG compiler statistics +# +# Since: 6.2 +## +{ 'command': 'x-query-jit', + 'returns': 'HumanReadableText', + 'if': 'CONFIG_TCG' } + +## # @x-query-numa: # # Query NUMA topology information |