On Mon, Mar 21, 2022 at 4:33 PM John Snow <js...@redhat.com> wrote: > > GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-qmp-legacy-switch-pt1b > CI: https://gitlab.com/jsnow/qemu/-/pipelines/495951187 > > This series isolates the iotests-centric changes required to switch to > the new QMP library. It doesn't do a whole lot! > > This is a re-send just being sent for the purposes of aggregating tags > before pulling it into my Python branch. > > John Snow (4): > python/machine: permanently switch to AQMP > scripts/bench-block-job: switch to AQMP > iotests/mirror-top-perms: switch to AQMP > iotests: switch to AQMP > > python/qemu/machine/machine.py | 18 +++++++----------- > python/qemu/machine/qtest.py | 2 +- > scripts/simplebench/bench_block_job.py | 3 +-- > tests/qemu-iotests/iotests.py | 3 +-- > tests/qemu-iotests/tests/mirror-top-perms | 9 +++------ > 5 files changed, 13 insertions(+), 22 deletions(-) > > -- > 2.34.1 >
Tentatively staged on my Python branch, thanks. --js