Re: [Qemu-devel] [PATCH v3 0/4] timers thread-safe stuff

2013-09-22 Thread liu ping fan
On Wed, Sep 18, 2013 at 9:54 PM, Stefan Hajnoczi wrote: > On Tue, Aug 27, 2013 at 11:20:59AM +0800, Liu Ping Fan wrote: >> Saw the Alex's patches has been merged, rebase mine onto his. >> >> v3: >> 1. rename seqlock_read_check as seqlock_read_retry >> 2. Document timerlist were protected by BQ

Re: [Qemu-devel] [PATCH v3 0/4] timers thread-safe stuff

2013-09-18 Thread Stefan Hajnoczi
On Tue, Aug 27, 2013 at 11:20:59AM +0800, Liu Ping Fan wrote: > Saw the Alex's patches has been merged, rebase mine onto his. > > v3: > 1. rename seqlock_read_check as seqlock_read_retry > 2. Document timerlist were protected by BQL, and discard private lock > around "qemu_event_wait(tl->ev)"

Re: [Qemu-devel] [PATCH v3 0/4] timers thread-safe stuff

2013-09-12 Thread Stefan Hajnoczi
On Thu, Sep 12, 2013 at 01:19:47PM +0200, Paolo Bonzini wrote: > Il 27/08/2013 05:20, Liu Ping Fan ha scritto: > > Saw the Alex's patches has been merged, rebase mine onto his. > > > > v3: > > 1. rename seqlock_read_check as seqlock_read_retry > > 2. Document timerlist were protected by BQL, a

Re: [Qemu-devel] [PATCH v3 0/4] timers thread-safe stuff

2013-09-12 Thread Paolo Bonzini
Il 27/08/2013 05:20, Liu Ping Fan ha scritto: > Saw the Alex's patches has been merged, rebase mine onto his. > > v3: > 1. rename seqlock_read_check as seqlock_read_retry > 2. Document timerlist were protected by BQL, and discard private lock > around "qemu_event_wait(tl->ev)". > > v2: > 1

[Qemu-devel] [PATCH v3 0/4] timers thread-safe stuff

2013-08-26 Thread Liu Ping Fan
Saw the Alex's patches has been merged, rebase mine onto his. v3: 1. rename seqlock_read_check as seqlock_read_retry 2. Document timerlist were protected by BQL, and discard private lock around "qemu_event_wait(tl->ev)". v2: 1. fix comment in commit and code 2. fix race issue for qemu_cl