Re: [Xen-devel] [PATCH v2 11/11] tools/libvchan: libxenvchan_client_init: use ENOENT for no server

2018-11-28 Thread Marek Marczykowski-Górecki
On Mon, Nov 12, 2018 at 01:52:49PM +, Ian Jackson wrote: > Marek Marczykowski-Górecki writes ("Re: [Xen-devel] [PATCH v2 11/11] > tools/libvchan: libxenvchan_client_init: use ENOENT for no server"): > > Since xtl_log now accepts NULL, it should be fine. Thanks!

Re: [Xen-devel] [PATCH v2 11/11] tools/libvchan: libxenvchan_client_init: use ENOENT for no server

2018-11-15 Thread Wei Liu
On Thu, Nov 08, 2018 at 05:08:05PM +, Ian Jackson wrote: > * Promise that we will set errno to ENOENT if the server is not > yet set up. > * Arrange that all ENOENT returns other than from the read of ring-ref > are turned into EIO, logging when we do so. > > Signed-off-by: Ian Jackson

Re: [Xen-devel] [PATCH v2 11/11] tools/libvchan: libxenvchan_client_init: use ENOENT for no server

2018-11-12 Thread Ian Jackson
Marek Marczykowski-Górecki writes ("Re: [Xen-devel] [PATCH v2 11/11] tools/libvchan: libxenvchan_client_init: use ENOENT for no server"): > Since xtl_log now accepts NULL, it should be fine. Thanks! > Reviewed-by: Marek Marczykowski-Górecki Thanks. I am reluctant to commit thi

Re: [Xen-devel] [PATCH v2 11/11] tools/libvchan: libxenvchan_client_init: use ENOENT for no server

2018-11-10 Thread Marek Marczykowski-Górecki
On Thu, Nov 08, 2018 at 05:08:05PM +, Ian Jackson wrote: > * Promise that we will set errno to ENOENT if the server is not > yet set up. > * Arrange that all ENOENT returns other than from the read of ring-ref > are turned into EIO, logging when we do so. > > Signed-off-by: Ian Jackson >

[Xen-devel] [PATCH v2 11/11] tools/libvchan: libxenvchan_client_init: use ENOENT for no server

2018-11-08 Thread Ian Jackson
* Promise that we will set errno to ENOENT if the server is not yet set up. * Arrange that all ENOENT returns other than from the read of ring-ref are turned into EIO, logging when we do so. Signed-off-by: Ian Jackson CC: Marek Marczykowski-Górecki --- tools/libvchan/init.c| 11