diff options
| author | Greg Kurz <groug@kaod.org> | 2021-03-12 10:22:06 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2021-03-22 10:17:53 -0400 |
| commit | a890557d5a90b2c99988bc478bfd7f77392cfd8d (patch) | |
| tree | 0cb03f4fa759cef8ab01582dfb28ac29235cce94 /scripts/qapi/error.py | |
| parent | 0ab8c021c6c594846915cbeb501fa87ab8780949 (diff) | |
| download | focaccia-qemu-a890557d5a90b2c99988bc478bfd7f77392cfd8d.tar.gz focaccia-qemu-a890557d5a90b2c99988bc478bfd7f77392cfd8d.zip | |
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 <groug@kaod.org> Message-Id: <20210312092212.782255-2-groug@kaod.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/qapi/error.py')
0 files changed, 0 insertions, 0 deletions