commit | 6886ceaf61c2399419258246a064485e9b1e51ac | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Feb 18 14:09:32 2019 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Feb 25 15:03:19 2019 +0100 |
tree | 81609e35fb15b3b34e4edd2aef68e243ff32ca70 | |
parent | 5ad81b4946baf948c65cf7e1436d9b74803c1280 [diff] |
io: Make qio_channel_yield() interruptible Similar to how qemu_co_sleep_ns() allows preemption from an external coroutine entry, allow reentering qio_channel_yield() early. Signed-off-by: Kevin Wolf <kwolf@redhat.com>