diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2023-06-01 13:51:45 +0200 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2023-06-28 09:46:34 +0200 |
| commit | 17362398ee1a7f04e8006a46333145d8b707fd35 (patch) | |
| tree | 47b1070a6b7d8ebfd4848237ac899cb8d53b1794 /hw/core/qdev-properties-system.c | |
| parent | 0af02bd10783e08220a784eb8d7e2f821a64f0fa (diff) | |
| download | focaccia-qemu-17362398ee1a7f04e8006a46333145d8b707fd35.tar.gz focaccia-qemu-17362398ee1a7f04e8006a46333145d8b707fd35.zip | |
block: use bdrv_co_debug_event in coroutine context
bdrv_co_debug_event was recently introduced, with bdrv_debug_event becoming a wrapper for use in unknown context. Because most of the time bdrv_debug_event is used on a BdrvChild via the wrapper macro BLKDBG_EVENT, introduce a similar macro BLKDBG_CO_EVENT that calls bdrv_co_debug_event, and switch whenever possible. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20230601115145.196465-13-pbonzini@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/core/qdev-properties-system.c')
0 files changed, 0 insertions, 0 deletions