Re: [PATCH v3 0/1] coroutine: fix lost wakeup in qemu_co_sleep_wake()
Kevin Wolf <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu,gmane.comp.emulators.qemu.block,gmane.comp.emulators.qemu.stable |
|---|---|
| Message-ID | <[email protected]> |
Am 10.06.2026 um 13:58 hat Denis V. Lunev geschrieben: > Changes since v2 > ---------------- > * Drop the redundant fast-path check in qemu_co_sleep(); the publish > cmpxchg already consumes a pending wake (Kevin). > * Add a deterministic regression test, no threads or timers needed. Thanks, applied to the block branch. Kevin