Searched hist:"881 a4c553c06caa3b05a729b13d3cc781506c3a8" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | block-backend.c | diff 881a4c553c06caa3b05a729b13d3cc781506c3a8 Thu Sep 22 03:49:00 CDT 2022 Paolo Bonzini <pbonzini@redhat.com> block: 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.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20220922084924.201610-3-pbonzini@redhat.com> [kwolf: Fixed up coding style] Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | io.c | diff 881a4c553c06caa3b05a729b13d3cc781506c3a8 Thu Sep 22 03:49:00 CDT 2022 Paolo Bonzini <pbonzini@redhat.com> block: 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.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20220922084924.201610-3-pbonzini@redhat.com> [kwolf: Fixed up coding style] Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
/openbmc/qemu/ |
H A D | block.c | diff 881a4c553c06caa3b05a729b13d3cc781506c3a8 Thu Sep 22 03:49:00 CDT 2022 Paolo Bonzini <pbonzini@redhat.com> block: 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.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20220922084924.201610-3-pbonzini@redhat.com> [kwolf: Fixed up coding style] Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|