diff options
author | Gonglei | 2014-08-11 11:34:21 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2014-08-15 19:03:13 +0200 |
commit | 16b38080e3383252f9606c484eb5b43cff70b673 (patch) | |
tree | feab0e7e8d3822184799ab92ad669c6e38a161cd /block/qed-cluster.c | |
parent | qemu-char: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK) (diff) | |
download | qemu-16b38080e3383252f9606c484eb5b43cff70b673.tar.gz qemu-16b38080e3383252f9606c484eb5b43cff70b673.tar.xz qemu-16b38080e3383252f9606c484eb5b43cff70b673.zip |
channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)
Technically, fcntl(soc, F_SETFL, O_NONBLOCK)
is incorrect since it clobbers all other file flags.
We can use F_GETFL to get the current flags, set or
clear the O_NONBLOCK flag, then use F_SETFL to set the flags.
Using the qemu_set_nonblock() wrapper.
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Wangxin <wangxinxin.wang@huawei.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'block/qed-cluster.c')
0 files changed, 0 insertions, 0 deletions