On 2025/05/14 4:13, Peter Xu wrote:
On Sun, May 11, 2025 at 03:08:24PM +0900, Akihiko Odaki wrote:
rp_pong_acks tells if it has ever received one pong. QemuEvent is
better suited for this usage because it represents a boolean rather
than integer and will not decrement with the wait operation.
On Sun, May 11, 2025 at 03:08:24PM +0900, Akihiko Odaki wrote:
> rp_pong_acks tells if it has ever received one pong. QemuEvent is
> better suited for this usage because it represents a boolean rather
> than integer and will not decrement with the wait operation.
>
> pause_event can utilize qemu_e
rp_pong_acks tells if it has ever received one pong. QemuEvent is
better suited for this usage because it represents a boolean rather
than integer and will not decrement with the wait operation.
pause_event can utilize qemu_event_reset() to discard events.
Signed-off-by: Akihiko Odaki
---
migra