[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 21/22] qapi: introduce x-query-jit QMP command
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v4 21/22] qapi: introduce x-query-jit QMP command |
Date: |
Thu, 28 Oct 2021 19:05:54 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 |
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é <berrange@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é <philmd@redhat.com>
- Re: [PATCH v4 14/22] qapi: introduce x-query-rdma QMP command, (continued)
- [PATCH v4 15/22] qapi: introduce x-query-ramblock QMP command, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 16/22] qapi: introduce x-query-skeys QMP command, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 17/22] qapi: introduce x-query-cmma QMP command, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 18/22] hmp: synchronize cpu state for lapic info, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 19/22] qapi: introduce x-query-lapic QMP command, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 20/22] qapi: introduce x-query-irq QMP command, Daniel P . Berrangé, 2021/10/28
- [PATCH v4 21/22] qapi: introduce x-query-jit QMP command, Daniel P . Berrangé, 2021/10/28
- Re: [PATCH v4 21/22] qapi: introduce x-query-jit QMP command,
Philippe Mathieu-Daudé <=
- [PATCH v4 22/22] qapi: introduce x-query-opcount QMP command, Daniel P . Berrangé, 2021/10/28