]> git.proxmox.com Git - mirror_qemu.git/commit
backup: remove incorrect coroutine_fn annotation
authorAlberto Faria <afaria@redhat.com>
Thu, 13 Oct 2022 12:36:48 +0000 (14:36 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 27 Oct 2022 18:14:11 +0000 (20:14 +0200)
commit1a2152568ad5d9afafff96d47d2bf340ac3dc2ea
treeaed1551b97e2aca9aaef318513b8c2a123f9d9e9
parentebdebe47283dd7d20d88834f03f741758419c254
backup: remove incorrect coroutine_fn annotation

The .set_speed callback is not called from coroutine.

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