On 1/18/22 11:01, 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é <berra...@redhat.com> > --- > python/qemu/qmp/qmp_shell.py | 29 ++++++++++++++++++++++------- > python/setup.cfg | 3 +++ > 2 files changed, 25 insertions(+), 7 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>