aboutsummaryrefslogtreecommitdiff
path: root/default-configs/x86_64-linux-user.mak
diff options
context:
space:
mode:
authorWang guang <wang.guang55@zte.com.cn>2017-04-03 12:05:21 +0100
committerDaniel P. Berrange <berrange@redhat.com>2017-04-04 16:17:03 +0100
commit0e5d6327f3abb8d582cbc2e444a23ef0dc6a64c7 (patch)
tree4128cfd4dbae9716127737bfab275b6fc0ef291b /default-configs/x86_64-linux-user.mak
parent87cc4c61020addea6a001b94b662596b1896d1b3 (diff)
io: fix incoming client socket initialization
The channel socket was initialized manually, but forgot to set QIO_CHANNEL_FEATURE_SHUTDOWN. Thus, the colo_process_incoming_thread would hang at recvmsg. This patch just call qio_channel_socket_new to get channel, Which set QIO_CHANNEL_FEATURE_SHUTDOWN already. Signed-off-by: Wang Guang<wang.guang55@zte.com.cn> Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'default-configs/x86_64-linux-user.mak')
0 files changed, 0 insertions, 0 deletions