mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
qapi: introduce x-query-jit QMP command
This is a counterpart to the HMP "info jit" command. It is being added with an "x-" prefix because this QMP command is intended as an ad hoc debugging tool and will thus not be modelled in QAPI as fully structured data, nor will it have long term guaranteed stability. The existing HMP command is rewritten to call the QMP command. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
91f2fa7045
commit
3a841ab53f
8 changed files with 140 additions and 101 deletions
|
@ -1424,6 +1424,19 @@
|
|||
{ 'command': 'x-query-irq',
|
||||
'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:
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue