Re: [PATCH v16 00/20] Initial support for multi-process Qemu

2021-01-13 Thread Jag Raman
> On Jan 11, 2021, at 3:13 PM, 罗勇刚(Yonggang Luo) wrote: > > > > On Tue, Jan 12, 2021 at 2:02 AM Jag Raman wrote: > > > > > > > > > On Jan 11, 2021, at 12:20 AM, 罗勇刚(Yonggang Luo) > > > wrote: > > > > > > I have a question, does this support/test on Windows? > > > > Hi Yonggang, we have no

Re: [PATCH v16 00/20] Initial support for multi-process Qemu

2021-01-12 Thread Stefan Hajnoczi
On Mon, Jan 11, 2021 at 12:05:45AM -0500, Jagannathan Raman wrote: > [PATCH v16 08/20] io: add qio_channel_readv_full_all_eof & > qio_channel_readv_full_all helpers > - Added two variants of readv - _full_all_eof & _full_all based on feedback > - Dropped errno return value >

Re: [PATCH v16 00/20] Initial support for multi-process Qemu

2021-01-11 Thread Yonggang Luo
On Tue, Jan 12, 2021 at 2:02 AM Jag Raman wrote: > > > > > On Jan 11, 2021, at 12:20 AM, 罗勇刚(Yonggang Luo) wrote: > > > > I have a question, does this support/test on Windows? > > Hi Yonggang, we have not tested this on Windows. The project only builds on Linux for now. > > Thank you! I may inter

Re: [PATCH v16 00/20] Initial support for multi-process Qemu

2021-01-11 Thread Jag Raman
> On Jan 11, 2021, at 12:20 AM, 罗勇刚(Yonggang Luo) wrote: > > I have a question, does this support/test on Windows? Hi Yonggang, we have not tested this on Windows. The project only builds on Linux for now. Thank you! — Jag > > On Mon, Jan 11, 2021 at 1:08 PM Jagannathan Raman > wrote: >

Re: [PATCH v16 00/20] Initial support for multi-process Qemu

2021-01-10 Thread Yonggang Luo
I have a question, does this support/test on Windows? On Mon, Jan 11, 2021 at 1:08 PM Jagannathan Raman wrote: > > Hi > > This is the v16 of the patchset. Thank you for your time reviewing v15. > > This version has the following changes: > > [PATCH v16 04/20] multi-process: Add config option for

[PATCH v16 00/20] Initial support for multi-process Qemu

2021-01-10 Thread Jagannathan Raman
Hi This is the v16 of the patchset. Thank you for your time reviewing v15. This version has the following changes: [PATCH v16 04/20] multi-process: Add config option for multi-process QEMU - Using “default_feature” value to enable/disable multiprocess [PATCH v16 07/20] io: add qio_channel_wri