diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-22 10:49:16 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2022-10-07 12:11:41 +0200 |
commit | 2987ae7d84dd46e784effb2107a21489fab95781 (patch) | |
tree | e7fd28df2d379485bdfbbf0f4ce8759479470a1d /hw/intc | |
parent | b383ae60a2bdc58b76e7c1f5a79e82075a0a2507 (diff) | |
download | qemu-2987ae7d84dd46e784effb2107a21489fab95781.zip qemu-2987ae7d84dd46e784effb2107a21489fab95781.tar.gz qemu-2987ae7d84dd46e784effb2107a21489fab95781.tar.bz2 |
quorum: add missing coroutine_fn annotations
Callers of coroutine_fn must be coroutine_fn themselves, or the call
must be within "if (qemu_in_coroutine())". Apply coroutine_fn to
functions where this holds.
Reviewed-by: Alberto Faria <afaria@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220922084924.201610-19-pbonzini@redhat.com>
[kwolf: Fixed up coding style]
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/intc')
0 files changed, 0 insertions, 0 deletions