Re: [Qemu-devel] [PATCH v5 1/3] qemu-thread: Add qemu_cond_timedwait
On 8/26/19 5:37 AM, Yury Kotov wrote: > Signed-off-by: Yury Kotov > --- Rather sparse on the commit message details. > include/qemu/thread.h| 18 ++ > util/qemu-thread-posix.c | 40 > util/qemu-thread-win32.c | 16 >
[Qemu-devel] [PATCH v5 1/3] qemu-thread: Add qemu_cond_timedwait
Signed-off-by: Yury Kotov --- include/qemu/thread.h| 18 ++ util/qemu-thread-posix.c | 40 util/qemu-thread-win32.c | 16 util/qsp.c | 18 ++ 4 files changed, 80 insertions(+), 12 deletions