Re: [PATCH] vhost-vsock: fix error message output

2020-03-06 Thread Stefan Hajnoczi
On Sun, Mar 01, 2020 at 01:03:06PM +0100, Nick Erdmann wrote: > error_setg_errno takes a positive error number, so we should not invert > errno's sign. > > Signed-off-by: Nick Erdmann > --- > hw/virtio/vhost-vsock.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Stefan Haj

Re: [PATCH] vhost-vsock: fix error message output

2020-03-04 Thread Stefano Garzarella
On Sun, Mar 01, 2020 at 01:03:06PM +0100, Nick Erdmann wrote: > error_setg_errno takes a positive error number, so we should not invert > errno's sign. > > Signed-off-by: Nick Erdmann > --- > hw/virtio/vhost-vsock.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/vir

Re: [PATCH] vhost-vsock: fix error message output

2020-03-03 Thread Laurent Vivier
Le 01/03/2020 à 13:03, Nick Erdmann a écrit : > error_setg_errno takes a positive error number, so we should not invert > errno's sign. > > Signed-off-by: Nick Erdmann > --- >  hw/virtio/vhost-vsock.c | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/virtio/vhost-vsock.

Re: [PATCH] vhost-vsock: fix error message output

2020-03-02 Thread Ján Tomko
On a Sunday in 2020, Nick Erdmann wrote: error_setg_errno takes a positive error number, so we should not invert errno's sign. Signed-off-by: Nick Erdmann --- hw/virtio/vhost-vsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Ján Tomko Jano signature.asc Descriptio

[PATCH] vhost-vsock: fix error message output

2020-03-01 Thread Nick Erdmann
error_setg_errno takes a positive error number, so we should not invert errno's sign. Signed-off-by: Nick Erdmann --- hw/virtio/vhost-vsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio/vhost-vsock.c b/hw/virtio/vhost-vsock.c index 66da96583b..9f9093e196 100644