Re: [PATCH v18 1/7] Wrapper function to wait on condition for the main loop mutex

2020-01-07 Thread Ganesh
On 1/5/20 8:47 PM, Greg Kurz wrote: On Thu, 2 Jan 2020 13:21:05 +0530 Ganesh Goudar wrote: From: Aravinda Prasad Introduce a wrapper function to wait on condition for the main loop mutex. This function atomically releases the main loop mutex and causes the calling thread to block on the c

Re: [PATCH v18 1/7] Wrapper function to wait on condition for the main loop mutex

2020-01-05 Thread Greg Kurz
On Thu, 2 Jan 2020 13:21:05 +0530 Ganesh Goudar wrote: > From: Aravinda Prasad > > Introduce a wrapper function to wait on condition for > the main loop mutex. This function atomically releases > the main loop mutex and causes the calling thread to > block on the condition. This wrapper is req

[PATCH v18 1/7] Wrapper function to wait on condition for the main loop mutex

2020-01-01 Thread Ganesh Goudar
From: Aravinda Prasad Introduce a wrapper function to wait on condition for the main loop mutex. This function atomically releases the main loop mutex and causes the calling thread to block on the condition. This wrapper is required because qemu_global_mutex is a static variable. Signed-off-by: