diff options
| author | Wang guang <wang.guang55@zte.com.cn> | 2017-04-03 12:05:21 +0100 |
|---|---|---|
| committer | Daniel P. Berrange <berrange@redhat.com> | 2017-04-04 16:17:03 +0100 |
| commit | 0e5d6327f3abb8d582cbc2e444a23ef0dc6a64c7 (patch) | |
| tree | 4128cfd4dbae9716127737bfab275b6fc0ef291b /hw/core/qdev-properties-system.c | |
| parent | 87cc4c61020addea6a001b94b662596b1896d1b3 (diff) | |
| download | focaccia-qemu-0e5d6327f3abb8d582cbc2e444a23ef0dc6a64c7.tar.gz focaccia-qemu-0e5d6327f3abb8d582cbc2e444a23ef0dc6a64c7.zip | |
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 'hw/core/qdev-properties-system.c')
0 files changed, 0 insertions, 0 deletions