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
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
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: