diff options
| author | Kevin Wolf | 2019-02-20 18:00:07 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2019-02-25 15:03:19 +0100 |
| commit | 2a239e6e03ee188f69f159bb5d8baf648a54c9c1 (patch) | |
| tree | 6e7e5a4eb4e691baf42b9767c0835989f95fd49b /scripts/checkpatch.pl | |
| parent | io: Make qio_channel_yield() interruptible (diff) | |
| download | qemu-2a239e6e03ee188f69f159bb5d8baf648a54c9c1.tar.gz qemu-2a239e6e03ee188f69f159bb5d8baf648a54c9c1.tar.xz qemu-2a239e6e03ee188f69f159bb5d8baf648a54c9c1.zip | |
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>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
