commit | 6894ee2bee20fd22055f8a7337ef465efab0c823 | [log] [tgz] |
---|---|---|
author | Alberto Faria <afaria@redhat.com> | Thu Oct 13 14:36:50 2022 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Oct 27 20:14:11 2022 +0200 |
tree | 90fb506937c69ef48926e05243db5037aa56bec1 | |
parent | 7c85803c496744c30d070a37be2faf2070d417d3 [diff] |
monitor: add missing coroutine_fn annotation hmp_block_resize and hmp_screendump are defined as a ".coroutine = true" command, so they must be coroutine_fn. Signed-off-by: Alberto Faria <afaria@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20221013123711.620631-4-pbonzini@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>