Re: [PATCH v2 00/25] Python: delete synchronous qemu.qmp package

2021-12-16 Thread John Snow
On Thu, Dec 16, 2021 at 5:51 AM Daniel P. Berrangé wrote: > On Wed, Dec 15, 2021 at 02:39:14PM -0500, John Snow wrote: > > GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-qmp-legacy-switch > > CI: https://gitlab.com/jsnow/qemu/-/pipelines/430491195 > > > > Hi, this series is part of an eff

Re: [PATCH v2 00/25] Python: delete synchronous qemu.qmp package

2021-12-16 Thread Daniel P . Berrangé
On Wed, Dec 15, 2021 at 02:39:14PM -0500, John Snow wrote: > GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-qmp-legacy-switch > CI: https://gitlab.com/jsnow/qemu/-/pipelines/430491195 > > Hi, this series is part of an effort to publish the qemu.qmp package on > PyPI. It is the first of thr

[PATCH v2 00/25] Python: delete synchronous qemu.qmp package

2021-12-15 Thread John Snow
GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-qmp-legacy-switch CI: https://gitlab.com/jsnow/qemu/-/pipelines/430491195 Hi, this series is part of an effort to publish the qemu.qmp package on PyPI. It is the first of three series to complete this work: --> (1) Switch the new Async QMP li