qemu-e2k/io
Kevin Wolf 2a239e6e03 io: Remove redundant read/write_coroutine assignments
qio_channel_yield() now updates ioc->read_write/coroutine and calls
qio_channel_set_aio_fd_handlers(), so the code in the handlers has
become redundant and can be removed.

This does not make a difference in intermediate states because
aio_co_wake() really enters the coroutine immediately here: These
handlers are never run in coroutine context, and we're in the right
AioContext because qio_channel_attach_aio_context() asserts that the
handlers are inactive.

To make these conditions more obvious, assert the right AioContext.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2019-02-25 15:03:19 +01:00
..
channel-buffer.c
channel-command.c
channel-file.c
channel-socket.c io: ensure UNIX client doesn't unlink server socket 2019-01-24 12:23:35 +00:00
channel-tls.c io: return 0 for EOF in TLS session read after shutdown 2018-11-19 11:16:46 -06:00
channel-util.c
channel-watch.c
channel-websock.c
channel.c io: Remove redundant read/write_coroutine assignments 2019-02-25 15:03:19 +01:00
dns-resolver.c
Makefile.objs
net-listener.c
task.c io: add qio_task_wait_thread to join with a background thread 2019-02-12 17:35:56 +01:00
trace-events io: add qio_task_wait_thread to join with a background thread 2019-02-12 17:35:56 +01:00