[PATCH v2 0/4] iotests: finalize switch to async QMP

John Snow posted 4 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220321203315.909411-1-jsnow@redhat.com
Maintainers: John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Beraldo Leal <bleal@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
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(-)
[PATCH v2 0/4] iotests: finalize switch to async QMP
Posted by John Snow 2 years, 1 month ago
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

Re: [PATCH v2 0/4] iotests: finalize switch to async QMP
Posted by John Snow 2 years, 1 month ago
On Mon, Mar 21, 2022 at 4:33 PM John Snow <jsnow@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