On Thu, Oct 05, 2023 at 04:55:47PM +0300, Vladimir Sementsov-Ogievskiy wrote: > qmp() method supports passing dict (if it doesn't need substituting > '_' to '-' in keys). So, drop some extra '**' operators. > > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@yandex-team.ru> > --- > tests/qemu-iotests/040 | 4 +- > tests/qemu-iotests/041 | 14 +++--- > tests/qemu-iotests/129 | 2 +- > tests/qemu-iotests/147 | 2 +- > tests/qemu-iotests/155 | 2 +- > tests/qemu-iotests/264 | 12 ++--- > tests/qemu-iotests/295 | 5 +- > tests/qemu-iotests/296 | 15 +++--- > tests/qemu-iotests/tests/migrate-bitmaps-test | 4 +- > .../tests/mirror-ready-cancel-error | 50 +++++++++---------- > 10 files changed, 54 insertions(+), 56 deletions(-) >
Reviewed-by: Eric Blake <ebl...@redhat.com> -- Eric Blake, Principal Software Engineer Red Hat, Inc. Virtualization: qemu.org | libguestfs.org