Re: [Qemu-devel] [PATCH v4 00/10] tcg: Direct block chaining clean-up

2016-04-28 Thread Richard Henderson
On 04/28/2016 04:33 AM, Sergey Fedorov wrote: >> It might be worth re-basing at least on tcg-next? > > Okay, I'll do a re-base and send v5 today. Thanks. I noticed similar conflicts with the misc cleanups patchset last night. I believe both series are ready to merge with a rebase. r~

Re: [Qemu-devel] [PATCH v4 00/10] tcg: Direct block chaining clean-up

2016-04-28 Thread Sergey Fedorov
On 28/04/16 14:16, Alex Bennée wrote: > Sergey Fedorov writes: > >> From: Sergey Fedorov >> >> This series combines a set of patches which is meant to improve overall code >> structure and readability of the direct block chaining mechanism. The other >> point is to make a step towards thread safe

Re: [Qemu-devel] [PATCH v4 00/10] tcg: Direct block chaining clean-up

2016-04-28 Thread Alex Bennée
Sergey Fedorov writes: > From: Sergey Fedorov > > This series combines a set of patches which is meant to improve overall code > structure and readability of the direct block chaining mechanism. The other > point is to make a step towards thread safety of TB chainig. > > The series' tree can be