]> git.proxmox.com Git - mirror_qemu.git/commit - migration/socket.c
qio: non-default context for async conn
authorPeter Xu <peterx@redhat.com>
Mon, 5 Mar 2018 06:43:23 +0000 (14:43 +0800)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 6 Mar 2018 10:19:06 +0000 (10:19 +0000)
commit8005fdd8fa1c754492776f6da14893932faa057a
tree75db4e620f669f02255840e410873c017506c697
parenta17536c594bfed94d05667b419f747b692f5fc7f
qio: non-default context for async conn

We have worked on qio_task_run_in_thread() already.  Further, let
all the qio channel APIs use that context.

Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
chardev/char-socket.c
include/io/channel-socket.h
io/channel-socket.c
migration/socket.c
tests/test-io-channel-socket.c