]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu-replies-tool: Fix logic error when dumping device properties
authorPeter Krempa <pkrempa@redhat.com>
Tue, 7 Oct 2025 09:42:41 +0000 (11:42 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 8 Oct 2025 07:24:26 +0000 (09:24 +0200)
commit5bc43f95e506c4bab85d9953b52a9794187667c4
treeaacee8930062b71008e6170fba6ab2639d911ad2
parent076545ef27299f85ac33e4516ddbdf9920d0a4af
qemu-replies-tool: Fix logic error when dumping device properties

In a recent refactor the block of code outputting device properties was
mis-indented causing it to only work on device properties which have no
'default-value'.

Fixes: 301e1ba244f
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
scripts/qemu-replies-tool.py