]> Git Repo - qemu.git/commit
vhost-user: Drop misleading EAGAIN checks in slave_read()
authorGreg Kurz <[email protected]>
Fri, 12 Mar 2021 09:22:06 +0000 (10:22 +0100)
committerMichael S. Tsirkin <[email protected]>
Mon, 22 Mar 2021 14:17:53 +0000 (10:17 -0400)
commita890557d5a90b2c99988bc478bfd7f77392cfd8d
tree0cb03f4fa759cef8ab01582dfb28ac29235cce94
parent0ab8c021c6c594846915cbeb501fa87ab8780949
vhost-user: Drop misleading EAGAIN checks in slave_read()

slave_read() checks EAGAIN when reading or writing to the socket
fails. This gives the impression that the slave channel is in
non-blocking mode, which is certainly not the case with the current
code base. And the rest of the code isn't actually ready to cope
with non-blocking I/O.

Just drop the checks everywhere in this function for the sake of
clarity.

Signed-off-by: Greg Kurz <[email protected]>
Message-Id: <20210312092212[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
hw/virtio/vhost-user.c
This page took 0.02647 seconds and 4 git commands to generate.