Re: [RFC qemu.qmp PATCH 00/24] Python: Fork qemu.qmp Python lib into independent repo

2022-01-12 Thread John Snow
On Thu, Dec 16, 2021 at 5:41 AM Daniel P. Berrangé wrote: > > On Wed, Dec 15, 2021 at 04:06:10PM -0500, John Snow wrote: > > (2) To ask for permission to become the maintainer of a > > 'qemu-project/qemu.qmp' repository, where I would like to host this > > subproject. > > I'd say we need 3 design

Re: [RFC qemu.qmp PATCH 00/24] Python: Fork qemu.qmp Python lib into independent repo

2021-12-16 Thread John Snow
On Thu, Dec 16, 2021 at 5:41 AM Daniel P. Berrangé wrote: > On Wed, Dec 15, 2021 at 04:06:10PM -0500, John Snow wrote: > > Hi, this series is part of an effort to publish the qemu.qmp package on > > PyPI. It is the second of three series to complete this work: > > > > (1) Switch the new Async

Re: [RFC qemu.qmp PATCH 00/24] Python: Fork qemu.qmp Python lib into independent repo

2021-12-16 Thread Daniel P . Berrangé
On Wed, Dec 15, 2021 at 04:06:10PM -0500, John Snow wrote: > Hi, this series is part of an effort to publish the qemu.qmp package on > PyPI. It is the second of three series to complete this work: > > (1) Switch the new Async QMP library in to python/qemu/qmp > --> (2) Fork python/qemu/qmp out

[RFC qemu.qmp PATCH 00/24] Python: Fork qemu.qmp Python lib into independent repo

2021-12-15 Thread John Snow
Hi, this series is part of an effort to publish the qemu.qmp package on PyPI. It is the second of three series to complete this work: (1) Switch the new Async QMP library in to python/qemu/qmp --> (2) Fork python/qemu/qmp out into its own repository, with updated GitLab CI/CD targets t