Re: [PATCH v2 00/24] python: introduce Asynchronous QMP package

2021-07-21 Thread Niteesh G. S.
On Thu, Jul 22, 2021 at 1:25 AM John Snow wrote: > Looping qemu-devel back in: I removed them by accident by not hitting > reply-all :( > > On Wed, Jul 21, 2021 at 2:06 PM Niteesh G. S. > wrote: > >> >> >> On Wed, Jul 21, 2021 at 11:03 PM John Snow wrote: >> >>> >>> >>> On Wed, Jul 21, 2021 at

Re: [PATCH v2 00/24] python: introduce Asynchronous QMP package

2021-07-21 Thread John Snow
Looping qemu-devel back in: I removed them by accident by not hitting reply-all :( On Wed, Jul 21, 2021 at 2:06 PM Niteesh G. S. wrote: > > > On Wed, Jul 21, 2021 at 11:03 PM John Snow wrote: > >> >> >> On Wed, Jul 21, 2021 at 1:04 PM Niteesh G. S. >> wrote: >> >>> Hello all, >>> >>> I recentl

Re: [PATCH v2 00/24] python: introduce Asynchronous QMP package

2021-07-21 Thread Niteesh G. S.
Hello all, I recently rebased(incrementally) my TUI on this V2 patch and faced an issue. https://gitlab.com/niteesh.gs/qemu/-/commits/aqmp-tui-prototype-v3 I decided to rebase incrementally so that I can address some of the comments posted in my patch series. While testing out, the initial draft o

[PATCH v2 00/24] python: introduce Asynchronous QMP package

2021-07-16 Thread John Snow
GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-async-qmp-aqmp CI: https://gitlab.com/jsnow/qemu/-/pipelines/338508045 Docs: https://people.redhat.com/~jsnow/sphinx/html/qemu.aqmp.html Hi! This patch series adds an Asynchronous QMP package to the Python library. It offers a few improvement