]> git.proxmox.com Git - mirror_qemu.git/commit - io/channel-file.c
io: add methods to set I/O handlers on AioContext
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Feb 2017 13:52:22 +0000 (14:52 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 21 Feb 2017 11:14:07 +0000 (11:14 +0000)
commitbf88c1247f80ac6d62710d5d0d0d9ce3a53e99ec
tree2b2e9e2f7f0f525cb22fc8aaea204ff6307a65d1
parent934ebf48c0e81dd1f3febb53ae9b8eb8f2a12aab
io: add methods to set I/O handlers on AioContext

This is in preparation for making qio_channel_yield work on
AioContexts other than the main one.

Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-id: 20170213135235.12274-6-pbonzini@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/io/channel.h
io/channel-command.c
io/channel-file.c
io/channel-socket.c
io/channel-tls.c
io/channel-watch.c
io/channel.c