Re: [PATCH v3 08/10] migration/colo: Replace QemuSemaphore with QemuEvent

2025-05-12 Thread Fabiano Rosas
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

2025-05-10 Thread Akihiko Odaki
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(-