Re: [PATCH v2 0/3] qemu-sem-posix: use monotonic clock instead

2022-02-23 Thread Paolo Bonzini
On 2/22/22 10:05, Longpeng(Mike) via wrote: The qemu_sem_timedwait() uses system time as default, it would be affected by changes to the system time. In the real scenario, the time that goes faster or slower is a common case and the NTP service could help us to sync time periodically. This

[PATCH v2 0/3] qemu-sem-posix: use monotonic clock instead

2022-02-22 Thread Longpeng(Mike)
The qemu_sem_timedwait() uses system time as default, it would be affected by changes to the system time. In the real scenario, the time that goes faster or slower is a common case and the NTP service could help us to sync time periodically. This patchset uses monotonic clock instead of the