Re: [PATCH v3 08/10] migration/colo: Replace QemuSemaphore with QemuEvent
Akihiko Odaki writes: > colo_exit_sem and colo_incoming_sem represent one-shot events so they > can be converted into QemuEvent, which is more lightweight. > > Signed-off-by: Akihiko Odaki Reviewed-by: Fabiano Rosas
[PATCH v3 08/10] migration/colo: Replace QemuSemaphore with QemuEvent
colo_exit_sem and colo_incoming_sem represent one-shot events so they can be converted into QemuEvent, which is more lightweight. Signed-off-by: Akihiko Odaki --- migration/migration.h | 6 +++--- migration/colo.c | 20 ++-- 2 files changed, 13 insertions(+), 13 deletions(-