ssh: add missing coroutine_fn annotation
commit42f6ad79e38b0a64d154c2131c5adb09fd181eb1
authorAlberto Faria <afaria@redhat.com>
Thu, 13 Oct 2022 12:36:51 +0000 (13 14:36 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 27 Oct 2022 18:14:11 +0000 (27 20:14 +0200)
tree82b3e4c9fed42312fc0c8acf7a3b98f842672a0f
parent6894ee2bee20fd22055f8a7337ef465efab0c823
ssh: add missing coroutine_fn annotation

ssh_write is only called from ssh_co_writev.

Signed-off-by: Alberto Faria <afaria@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20221013123711.620631-5-pbonzini@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/ssh.c