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

2021-03-12 Thread elena
On Fri, Mar 12, 2021 at 01:30:24PM +0100, Thomas Huth wrote: > On 29/01/2021 17.46, Jagannathan Raman wrote: > > Hi, > > > > This is the v21 of the patchset. This version has the following changes: > > > > [PATCH v18 08/20] io: add qio_channel_readv_full_all_eof & > > qio_channel_

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

2021-03-12 Thread Thomas Huth
On 29/01/2021 17.46, Jagannathan Raman wrote: Hi, This is the v21 of the patchset. This version has the following changes: [PATCH v18 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers - Separates out the error handling for (len = 0) & (len < 0

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

2021-02-04 Thread elena
On Thu, Feb 04, 2021 at 09:51:45AM +, Daniel P. Berrangé wrote: > On Wed, Feb 03, 2021 at 12:02:05PM -0800, Elena Ufimtseva wrote: > > On Wed, Feb 03, 2021 at 04:11:50PM +, Stefan Hajnoczi wrote: > > > On Fri, Jan 29, 2021 at 11:46:01AM -0500, Jagannathan Raman wrote: > > > > This is the v2

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

2021-02-04 Thread Daniel P . Berrangé
On Wed, Feb 03, 2021 at 12:02:05PM -0800, Elena Ufimtseva wrote: > On Wed, Feb 03, 2021 at 04:11:50PM +, Stefan Hajnoczi wrote: > > On Fri, Jan 29, 2021 at 11:46:01AM -0500, Jagannathan Raman wrote: > > > This is the v21 of the patchset. This version has the following changes: > > > > The docs

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

2021-02-03 Thread Elena Ufimtseva
On Wed, Feb 03, 2021 at 04:11:50PM +, Stefan Hajnoczi wrote: > On Fri, Jan 29, 2021 at 11:46:01AM -0500, Jagannathan Raman wrote: > > This is the v21 of the patchset. This version has the following changes: > > The docs/multi-process.rst file caused Sphinx to fail with "document > isn't includ

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

2021-02-03 Thread Stefan Hajnoczi
On Fri, Jan 29, 2021 at 11:46:01AM -0500, Jagannathan Raman wrote: > This is the v21 of the patchset. This version has the following changes: The docs/multi-process.rst file caused Sphinx to fail with "document isn't included in any toctree". I moved it into the system emulator documentation to re

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

2021-01-29 Thread Jagannathan Raman
Hi, This is the v21 of the patchset. This version has the following changes: [PATCH v18 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers - Separates out the error handling for (len = 0) & (len < 0) - (len = 0) does not necessarily mean EOF. It