Re: [Qemu-devel] [RFC 11/38] qemu-thread: handle spurious futex_wait wakeups

2015-09-10 Thread Emilio G. Cota
On Thu, Sep 10, 2015 at 14:22:49 +0100, Alex Bennée wrote: > Emilio G. Cota writes: > > > Signed-off-by: Emilio G. Cota > > --- > > util/qemu-thread-posix.c | 11 ++- > > 1 file changed, 10 insertions(+), 1 deletion(-) > > > > diff --git a/util/qemu-thread-posix.c b/util/qemu-thread-pos

Re: [Qemu-devel] [RFC 11/38] qemu-thread: handle spurious futex_wait wakeups

2015-09-10 Thread Alex Bennée
Emilio G. Cota writes: > Signed-off-by: Emilio G. Cota > --- > util/qemu-thread-posix.c | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/util/qemu-thread-posix.c b/util/qemu-thread-posix.c > index 04dae0f..3760e27 100644 > --- a/util/qemu-thread-posix.c > ++

[Qemu-devel] [RFC 11/38] qemu-thread: handle spurious futex_wait wakeups

2015-08-24 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- util/qemu-thread-posix.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/util/qemu-thread-posix.c b/util/qemu-thread-posix.c index 04dae0f..3760e27 100644 --- a/util/qemu-thread-posix.c +++ b/util/qemu-thread-posix.c @@ -303,7 +303