Re: [PATCH v2 00/17] Switch iotests to using Async QMP

2021-10-06 Thread John Snow
On Wed, Oct 6, 2021 at 6:14 AM Paolo Bonzini wrote: > On 23/09/21 02:49, John Snow wrote: > > Based-on: <20210915162955.333025-1-js...@redhat.com> > >[PATCH v4 00/27] python: introduce Asynchronous QMP package > > GitLab: > https://gitlab.com/jsnow/qemu/-/commits/python-aqmp-iotest-wr

Re: [PATCH v2 00/17] Switch iotests to using Async QMP

2021-10-06 Thread Paolo Bonzini
On 23/09/21 02:49, John Snow wrote: Based-on: <20210915162955.333025-1-js...@redhat.com> [PATCH v4 00/27] python: introduce Asynchronous QMP package GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-aqmp-iotest-wrapper CI: https://gitlab.com/jsnow/qemu/-/pipelines/375637927 Hiya,

[PATCH v2 00/17] Switch iotests to using Async QMP

2021-09-22 Thread John Snow
Based-on: <20210915162955.333025-1-js...@redhat.com> [PATCH v4 00/27] python: introduce Asynchronous QMP package GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-aqmp-iotest-wrapper CI: https://gitlab.com/jsnow/qemu/-/pipelines/375637927 Hiya, This series continues where the first