Re: [PATCH] chardev: report the handshake error

2023-05-10 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Wed, May 10, 2023 at 12:34:59PM +0200, Markus Armbruster wrote: >> Daniel P. Berrangé writes: >> >> > On Wed, May 10, 2023 at 11:31:40AM +0200, Markus Armbruster wrote: >> >> marcandre.lur...@redhat.com writes: >> >> >> >> > From: Marc-André Lureau >> >> > >> >

Re: [PATCH] chardev: report the handshake error

2023-05-10 Thread Daniel P . Berrangé
On Wed, May 10, 2023 at 12:34:59PM +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > On Wed, May 10, 2023 at 11:31:40AM +0200, Markus Armbruster wrote: > >> marcandre.lur...@redhat.com writes: > >> > >> > From: Marc-André Lureau > >> > > >> > This can help to debug connection i

Re: [PATCH] chardev: report the handshake error

2023-05-10 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Wed, May 10, 2023 at 11:31:40AM +0200, Markus Armbruster wrote: >> marcandre.lur...@redhat.com writes: >> >> > From: Marc-André Lureau >> > >> > This can help to debug connection issues. >> > >> > Related to: >> > https://bugzilla.redhat.com/show_bug.cgi?id=21961

Re: [PATCH] chardev: report the handshake error

2023-05-10 Thread Marc-André Lureau
Hi On Wed, May 10, 2023 at 1:39 PM Daniel P. Berrangé wrote: > On Wed, May 10, 2023 at 11:31:40AM +0200, Markus Armbruster wrote: > > marcandre.lur...@redhat.com writes: > > > > > From: Marc-André Lureau > > > > > > This can help to debug connection issues. > > > > > > Related to: > > > https:/

Re: [PATCH] chardev: report the handshake error

2023-05-10 Thread Daniel P . Berrangé
On Wed, May 10, 2023 at 11:31:40AM +0200, Markus Armbruster wrote: > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > This can help to debug connection issues. > > > > Related to: > > https://bugzilla.redhat.com/show_bug.cgi?id=2196182 > > > > Signed-off-by: Marc-André Lu

Re: [PATCH] chardev: report the handshake error

2023-05-10 Thread Marc-André Lureau
Hi On Wed, May 10, 2023 at 1:31 PM Markus Armbruster wrote: > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > This can help to debug connection issues. > > > > Related to: > > https://bugzilla.redhat.com/show_bug.cgi?id=2196182 > > > > Signed-off-by: Marc-André Lureau

Re: [PATCH] chardev: report the handshake error

2023-05-10 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > This can help to debug connection issues. > > Related to: > https://bugzilla.redhat.com/show_bug.cgi?id=2196182 > > Signed-off-by: Marc-André Lureau > --- > chardev/char-socket.c | 12 ++-- > 1 file changed, 10 insertions

Re: [PATCH] chardev: report the handshake error

2023-05-10 Thread Daniel P . Berrangé
On Wed, May 10, 2023 at 11:25:31AM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > This can help to debug connection issues. > > Related to: > https://bugzilla.redhat.com/show_bug.cgi?id=2196182 > > Signed-off-by: Marc-André Lureau > --- > chardev/char-socket.c | 12 ++

[PATCH] chardev: report the handshake error

2023-05-10 Thread marcandre . lureau
From: Marc-André Lureau This can help to debug connection issues. Related to: https://bugzilla.redhat.com/show_bug.cgi?id=2196182 Signed-off-by: Marc-André Lureau --- chardev/char-socket.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/chardev/char-socket.c