On 10/28/21 17:54, Daniel P. Berrangé wrote: > 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. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > accel/tcg/cpu-exec.c | 37 ++++++++++++---- > accel/tcg/hmp.c | 15 ++----- > accel/tcg/translate-all.c | 80 ++++++++++++++++++---------------- > include/exec/cpu-all.h | 4 +- > include/tcg/tcg.h | 2 +- > qapi/machine.json | 13 ++++++ > tcg/tcg.c | 88 ++++++++++++++++++++------------------ > tests/qtest/qmp-cmd-test.c | 2 + > 8 files changed, 140 insertions(+), 101 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>