summaryrefslogtreecommitdiffstats
path: root/hw/pci/pci.c
diff options
context:
space:
mode:
authorWang guang2017-04-03 13:05:21 +0200
committerDaniel P. Berrange2017-04-04 17:17:03 +0200
commit0e5d6327f3abb8d582cbc2e444a23ef0dc6a64c7 (patch)
tree4128cfd4dbae9716127737bfab275b6fc0ef291b /hw/pci/pci.c
parentMerge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff)
downloadqemu-0e5d6327f3abb8d582cbc2e444a23ef0dc6a64c7.tar.gz
qemu-0e5d6327f3abb8d582cbc2e444a23ef0dc6a64c7.tar.xz
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/pci/pci.c')
0 files changed, 0 insertions, 0 deletions