Re: [Qemu-devel] [RFC PATCH V7 06/19] add support for spin lock on POSIX systems exclusively

2015-08-10 Thread Paolo Bonzini
On 10/08/2015 17:27, fred.kon...@greensocs.com wrote: > From: Guillaume Delbergue > > WARNING: spin lock is currently not implemented on WIN32 > > Signed-off-by: Guillaume Delbergue Should go before patch 12 (and IIUC Alvise's work should go in first anyway). Paolo > --- > include/qemu/th

[Qemu-devel] [RFC PATCH V7 06/19] add support for spin lock on POSIX systems exclusively

2015-08-10 Thread fred . konrad
From: Guillaume Delbergue WARNING: spin lock is currently not implemented on WIN32 Signed-off-by: Guillaume Delbergue --- include/qemu/thread-posix.h | 4 include/qemu/thread-win32.h | 4 include/qemu/thread.h | 7 +++ util/qemu-thread-posix.c| 45 +++