[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] python: support recording QMP session to a file
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
Re: [PATCH 2/2] python: support recording QMP session to a file |
|
Date: |
Mon, 17 Jan 2022 16:04:19 +0100 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 |
On 1/17/22 15:11, Daniel P. Berrangé wrote:
> When running QMP commands with very large response payloads, it is often
> not easy to spot the info you want. If we can save the response to a
> file then tools like 'grep' or 'jq' can be used to extract information.
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> python/qemu/qmp/qmp_shell.py | 27 ++++++++++++++++++++-------
> 1 file changed, 20 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- [PATCH 0/2] python: a few improvements to qmp-shell, Daniel P . Berrangé, 2022/01/17
- [PATCH 2/2] python: support recording QMP session to a file, Daniel P . Berrangé, 2022/01/17
- Re: [PATCH 2/2] python: support recording QMP session to a file,
Philippe Mathieu-Daudé <=
- [PATCH 1/2] python: introduce qmp-shell-wrap convenience tool, Daniel P . Berrangé, 2022/01/17
- Re: [PATCH 1/2] python: introduce qmp-shell-wrap convenience tool, John Snow, 2022/01/17
- Re: [PATCH 1/2] python: introduce qmp-shell-wrap convenience tool, Daniel P . Berrangé, 2022/01/18
- Re: [PATCH 1/2] python: introduce qmp-shell-wrap convenience tool, John Snow, 2022/01/18
- Re: [PATCH 1/2] python: introduce qmp-shell-wrap convenience tool, Philippe Mathieu-Daudé, 2022/01/20
- Re: [PATCH 1/2] python: introduce qmp-shell-wrap convenience tool, Daniel P . Berrangé, 2022/01/20
- Re: [PATCH 1/2] python: introduce qmp-shell-wrap convenience tool, John Snow, 2022/01/20