Re: [PATCH 00/10] Python: Fix qmp race condition on accept()

2022-03-04 Thread John Snow
On Fri, Mar 4, 2022 at 12:49 PM Kevin Wolf wrote: > > Am 25.02.2022 um 21:59 hat John Snow geschrieben: > > GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-aqmp-accept-changes > > CI: https://gitlab.com/jsnow/qemu/-/pipelines/479795153 > > > > This redesigns the async QMP interface to allow

Re: [PATCH 00/10] Python: Fix qmp race condition on accept()

2022-03-04 Thread Kevin Wolf
Am 25.02.2022 um 21:59 hat John Snow geschrieben: > GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-aqmp-accept-changes > CI: https://gitlab.com/jsnow/qemu/-/pipelines/479795153 > > This redesigns the async QMP interface to allow for race-free > connections from the synchronous interface. I

Re: [PATCH 00/10] Python: Fix qmp race condition on accept()

2022-03-03 Thread John Snow
Ping - Dan, Kevin: Any thoughts on the new API here? I only ask because there was a bit of feedback in response to the last patch and I didn't want to stage this without giving you a fair chance to look. I'm not expecting any real review on the Python, just wanted to see if you felt like this desi

[PATCH 00/10] Python: Fix qmp race condition on accept()

2022-02-25 Thread John Snow
GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-aqmp-accept-changes CI: https://gitlab.com/jsnow/qemu/-/pipelines/479795153 This redesigns the async QMP interface to allow for race-free connections from the synchronous interface. It should hopefully address the race conditions Peter has bee