From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aob7l-0002bV-83 for qemu-devel@nongnu.org; Fri, 08 Apr 2016 14:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aob7h-0006Z3-QW for qemu-devel@nongnu.org; Fri, 08 Apr 2016 14:27:17 -0400 Received: from mail-qk0-x244.google.com ([2607:f8b0:400d:c09::244]:34243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aob7h-0006Ys-MH for qemu-devel@nongnu.org; Fri, 08 Apr 2016 14:27:13 -0400 Received: by mail-qk0-x244.google.com with SMTP id z64so5396668qkb.1 for ; Fri, 08 Apr 2016 11:27:13 -0700 (PDT) Sender: Richard Henderson References: <1460050358-25025-1-git-send-email-cota@braap.org> <1460050358-25025-5-git-send-email-cota@braap.org> From: Richard Henderson Message-ID: <5707F7FE.5030802@twiddle.net> Date: Fri, 8 Apr 2016 11:27:10 -0700 MIME-Version: 1.0 In-Reply-To: <1460050358-25025-5-git-send-email-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 04/13] seqlock: rename write_lock/unlock to write_begin/end List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , QEMU Developers , MTTCG Devel Cc: =?UTF-8?Q?Alex_Benn=c3=a9e?= , Paolo Bonzini , Peter Crosthwaite , Peter Maydell , Sergey Fedorov On 04/07/2016 10:32 AM, Emilio G. Cota wrote: > It is a more appropriate name, now that the mutex embedded > in the seqlock is gone. > > Reviewed-by: Alex Bennée > Signed-off-by: Emilio G. Cota > --- > cpus.c | 28 ++++++++++++++-------------- > include/qemu/seqlock.h | 4 ++-- > 2 files changed, 16 insertions(+), 16 deletions(-) Reviewed-by: Richard Henderson r~