qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qemu-lock.h: Remove non-pthreads spinlock imple


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] qemu-lock.h: Remove non-pthreads spinlock implementations
Date: Fri, 11 Feb 2011 14:37:32 +0000

On 31 January 2011 18:26, Peter Maydell <address@hidden> wrote:
> Since configure guarantees us that we have pthreads on all hosts
> except mingw (which doesn't support a USER_ONLY config), we can
> and should use the pthread_mutex based implementation of spin_lock()
> and spin_unlock() in all USER_ONLY cases. This means that all the
> inline-native-assembly code supporting the "USER_ONLY but not USE_NPTL"
> case can go away.

Ping?

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]