[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4] iotests: finalize switch to async QMP
From: |
John Snow |
Subject: |
[PATCH v2 0/4] iotests: finalize switch to async QMP |
Date: |
Mon, 21 Mar 2022 16:33:11 -0400 |
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
- [PATCH v2 0/4] iotests: finalize switch to async QMP,
John Snow <=
- [PATCH v2 2/4] scripts/bench-block-job: switch to AQMP, John Snow, 2022/03/21
- [PATCH v2 1/4] python/machine: permanently switch to AQMP, John Snow, 2022/03/21
- [PATCH v2 4/4] iotests: switch to AQMP, John Snow, 2022/03/21
- [PATCH v2 3/4] iotests/mirror-top-perms: switch to AQMP, John Snow, 2022/03/21
- Re: [PATCH v2 0/4] iotests: finalize switch to async QMP, John Snow, 2022/03/21