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é <berra...@redhat.com> > --- > python/qemu/qmp/qmp_shell.py | 27 ++++++++++++++++++++------- > 1 file changed, 20 insertions(+), 7 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>