Re: [Qemu-devel] [PATCH v6 02/15] seqlock: remove optional mutex

2016-05-27 Thread Sergey Fedorov
On 25/05/16 04:13, Emilio G. Cota wrote: > This option is unused; besides, it bloats the struct when not needed. > Let's just let writers define their own locks elsewhere. > > Reviewed-by: Alex Bennée > Reviewed-by: Richard Henderson > Signed-off-by: Emilio G. Cota Reviewed-by: Sergey Fedorov

[Qemu-devel] [PATCH v6 02/15] seqlock: remove optional mutex

2016-05-24 Thread Emilio G. Cota
This option is unused; besides, it bloats the struct when not needed. Let's just let writers define their own locks elsewhere. Reviewed-by: Alex Bennée Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- cpus.c | 2 +- include/qemu/seqlock.h | 10 +- 2 fil