diff options
author | 2023-09-08 09:54:58 +0200 | |
---|---|---|
committer | 2023-09-20 17:46:16 +0200 | |
commit | c428b392590df6364a025d5841e3e8a589ebfd4a (patch) | |
tree | 5c7c2add4902ec70da0241552fc5bab25ac10d4c /scripts/qapi/source.py | |
parent | block-backend: process zoned requests in the current AioContext (diff) | |
download | qemu-c428b392590df6364a025d5841e3e8a589ebfd4a.tar.xz qemu-c428b392590df6364a025d5841e3e8a589ebfd4a.zip |
block: mark aio_poll as non-coroutine
It is forbidden to block on the event loop during a coroutine, as that
can cause deadlocks due to recursive locking.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20230908075458.527013-1-pbonzini@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/qapi/source.py')
0 files changed, 0 insertions, 0 deletions