On Mon, May 26, 2025 at 02:29:10PM +0900, Akihiko Odaki wrote: > Akihiko Odaki (11): > futex: Check value after qemu_futex_wait() > futex: Support Windows > qemu-thread: Remove qatomic_read() in qemu_event_set() > qemu-thread: Replace __linux__ with CONFIG_LINUX > qemu-thread: Avoid futex abstraction for non-Linux > qemu-thread: Use futex for QemuEvent on Windows > qemu-thread: Use futex if available for QemuLockCnt > migration: Replace QemuSemaphore with QemuEvent > migration/colo: Replace QemuSemaphore with QemuEvent > migration/postcopy: Replace QemuSemaphore with QemuEvent
In case it makes things easier.. I queued the three migration patches; AFAIU they look like standalone to go even without prior patches, meanwhile it shouldn't be an issue if they're queued in two pulls. I am still not sure whether patch 1 is needed at all, but I'll leave that to others to decide. Thanks! > hw/display/apple-gfx: Replace QemuSemaphore with QemuEvent -- Peter Xu