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

2013-10-08 Thread Stefan Hajnoczi
On Mon, Oct 07, 2013 at 02:24:26PM +0200, Paolo Bonzini wrote: > Stefan, will you pick this up next week or shall I? > > I have patches for thread-safe icount almost ready to post, and I am not > sure through whom they are going to go. Please include it in your pull request. Kevin is merging blo

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

2013-10-07 Thread Paolo Bonzini
Stefan, will you pick this up next week or shall I? I have patches for thread-safe icount almost ready to post, and I am not sure through whom they are going to go. Paolo Il 25/09/2013 08:20, Liu Ping Fan ha scritto: > v5: > fine rename some variable in patch2&4. > fix commit log for patch1

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

2013-09-24 Thread Liu Ping Fan
v5: fine rename some variable in patch2&4. fix commit log for patch1&2 v4: fix commit log for "protect timers_state's clock with seqlock" (Thanks for Alex) v3: 1. rename seqlock_read_check as seqlock_read_retry 2. Document timerlist were protected by BQL, and discard private lock aro