Re: [PATCH 0/2] Speed up QMP stream reading

2020-01-03 Thread Peter Xu
On Fri, Jan 03, 2020 at 02:06:27PM -0500, Peter Xu wrote: > On Fri, Jan 03, 2020 at 11:07:31AM +, Dr. David Alan Gilbert wrote: > > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: > > > Hi! > > > > > > 20.12.2019, 19:09, "Markus Armbruster" : > > > > Yury Kotov writes: > > > > > > > >> Hi, >

Re: [PATCH 0/2] Speed up QMP stream reading

2020-01-03 Thread Peter Xu
On Fri, Jan 03, 2020 at 11:07:31AM +, Dr. David Alan Gilbert wrote: > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: > > Hi! > > > > 20.12.2019, 19:09, "Markus Armbruster" : > > > Yury Kotov writes: > > > > > >> Hi, > > >> > > >> This series is continuation of another one: > > >> [PATCH]

Re: [PATCH 0/2] Speed up QMP stream reading

2020-01-03 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > Hi! > > 20.12.2019, 19:09, "Markus Armbruster" : > > Yury Kotov writes: > > > >> Hi, > >> > >> This series is continuation of another one: > >> [PATCH] monitor: Fix slow reading > >> https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg037

Re: [PATCH 0/2] Speed up QMP stream reading

2019-12-23 Thread Yury Kotov
Hi! 20.12.2019, 19:09, "Markus Armbruster" : > Yury Kotov writes: > >> Hi, >> >> This series is continuation of another one: >> [PATCH] monitor: Fix slow reading >> https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg03722.html >> >> Which also tried to read more than one byte from a st

Re: [PATCH 0/2] Speed up QMP stream reading

2019-12-20 Thread Markus Armbruster
Yury Kotov writes: > Hi, > > This series is continuation of another one: > [PATCH] monitor: Fix slow reading > https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg03722.html > > Which also tried to read more than one byte from a stream at a time, > but had some problems with OOB and HMP: > h

[PATCH 0/2] Speed up QMP stream reading

2019-12-19 Thread Yury Kotov
Hi, This series is continuation of another one: [PATCH] monitor: Fix slow reading https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg03722.html Which also tried to read more than one byte from a stream at a time, but had some problems with OOB and HMP: https://lists.gnu.org/archive/html/qem