[PATCH 0/8] qemu-replies-tool: Improvements for .replies comparison

Peter Krempa via Devel posted 8 patches 1 week, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1756477095.git.pkrempa@redhat.com
scripts/qemu-replies-tool.py | 271 ++++++++++++++++++++++++++---------
1 file changed, 207 insertions(+), 64 deletions(-)
[PATCH 0/8] qemu-replies-tool: Improvements for .replies comparison
Posted by Peter Krempa via Devel 1 week, 1 day ago
Add few more stable dumps to help comparing two .replies files
(especially useful when updating to new git versions of qemu)

Peter Krempa (8):
  scripts: qemu-replies-tool: Convert the QMP conversation to list of
    dicts
  scripts: qemu-replies-tool: Drop specific invocation of marginally
    useful dump modes
  scripts: qemu-replies-tool: Dump machine types in --dump-all
  scripts: qemu-replies-tool: List also data from 'qom-list-properties'
  scripts: qemu-replies-tool: Prefix output with filename when dumping
    data for multiple files
  scripts: qemu-replies-tool: Dump data from
    query-version/query-target/query-kvm
  scripts: qemu-replies-tool: Add stable dump of
    'query-command-line-options'
  scripts: qemu-replies-tool: Add option to dump JSON commands that
    weren't processed by --dump-all

 scripts/qemu-replies-tool.py | 271 ++++++++++++++++++++++++++---------
 1 file changed, 207 insertions(+), 64 deletions(-)

-- 
2.51.0
Re: [PATCH 0/8] qemu-replies-tool: Improvements for .replies comparison
Posted by Ján Tomko via Devel 5 days, 15 hours ago
On a Friday in 2025, Peter Krempa via Devel wrote:
>Add few more stable dumps to help comparing two .replies files
>(especially useful when updating to new git versions of qemu)
>
>Peter Krempa (8):
>  scripts: qemu-replies-tool: Convert the QMP conversation to list of
>    dicts
>  scripts: qemu-replies-tool: Drop specific invocation of marginally
>    useful dump modes
>  scripts: qemu-replies-tool: Dump machine types in --dump-all
>  scripts: qemu-replies-tool: List also data from 'qom-list-properties'
>  scripts: qemu-replies-tool: Prefix output with filename when dumping
>    data for multiple files
>  scripts: qemu-replies-tool: Dump data from
>    query-version/query-target/query-kvm
>  scripts: qemu-replies-tool: Add stable dump of
>    'query-command-line-options'
>  scripts: qemu-replies-tool: Add option to dump JSON commands that
>    weren't processed by --dump-all
>
> scripts/qemu-replies-tool.py | 271 ++++++++++++++++++++++++++---------
> 1 file changed, 207 insertions(+), 64 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano