Re: [Qemu-devel] [PATCH] vhost-user+postcopy: Use qemu_set_nonblock

2018-05-08 Thread Stefan Hajnoczi
On Wed, May 02, 2018 at 11:55:52AM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Use qemu_set_nonblock rather than a simple fcntl; cleaner > and I have no reason to change other flags. > > Reported-by: Peter Maydell > Signed-off-by: Dr. David Alan Gilbert > --

Re: [Qemu-devel] [PATCH] vhost-user+postcopy: Use qemu_set_nonblock

2018-05-02 Thread Eric Blake
On 05/02/2018 05:55 AM, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" Use qemu_set_nonblock rather than a simple fcntl; cleaner and I have no reason to change other flags. Reported-by: Peter Maydell Signed-off-by: Dr. David Alan Gilbert --- hw/virtio/vhost-user.c | 2 +

[Qemu-devel] [PATCH] vhost-user+postcopy: Use qemu_set_nonblock

2018-05-02 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Use qemu_set_nonblock rather than a simple fcntl; cleaner and I have no reason to change other flags. Reported-by: Peter Maydell Signed-off-by: Dr. David Alan Gilbert --- hw/virtio/vhost-user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/