Re: [Qemu-devel] [PATCH 1/2] audio/sdlaudio: Remove the semaphore code

2019-02-11 Thread Philippe Mathieu-Daudé
On 2/5/19 4:08 AM, Thomas Huth wrote: > The semaphore code was only working with SDL1.2 - with SDL2, it causes > a deadlock. Since we've removed support for SDL1.2 recently, we can > now completely remove the semaphore code from sdlaudio.c. > > Signed-off-by: Thomas Huth Reviewed-by: Philippe Ma

[Qemu-devel] [PATCH 1/2] audio/sdlaudio: Remove the semaphore code

2019-02-04 Thread Thomas Huth
The semaphore code was only working with SDL1.2 - with SDL2, it causes a deadlock. Since we've removed support for SDL1.2 recently, we can now completely remove the semaphore code from sdlaudio.c. Signed-off-by: Thomas Huth --- audio/sdlaudio.c | 145 ++---