From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDOFt-0004Sh-Sa for qemu-devel@nongnu.org; Fri, 19 Oct 2018 02:27:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDOFm-0004Z1-Tx for qemu-devel@nongnu.org; Fri, 19 Oct 2018 02:27:29 -0400 Received: from mail-pg1-x532.google.com ([2607:f8b0:4864:20::532]:43711) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDOFl-0002vY-SU for qemu-devel@nongnu.org; Fri, 19 Oct 2018 02:27:22 -0400 Received: by mail-pg1-x532.google.com with SMTP id d8-v6so4106484pgv.10 for ; Thu, 18 Oct 2018 23:26:43 -0700 (PDT) References: <20181019010625.25294-1-cota@braap.org> <20181019010625.25294-3-cota@braap.org> From: Richard Henderson Message-ID: <1b04b6e6-c5cf-128f-484c-d8f3e579b187@linaro.org> Date: Thu, 18 Oct 2018 23:26:39 -0700 MIME-Version: 1.0 In-Reply-To: <20181019010625.25294-3-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v3 02/56] cpu: rename cpu->work_mutex to cpu->lock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Paolo Bonzini , Richard Henderson , Peter Crosthwaite On 10/18/18 6:05 PM, Emilio G. Cota wrote: > This lock will soon protect more fields of the struct. Give > it a more appropriate name. > > Cc: Peter Crosthwaite > Cc: Richard Henderson > Signed-off-by: Emilio G. Cota > --- > include/qom/cpu.h | 5 +++-- > cpus-common.c | 14 +++++++------- > cpus.c | 4 ++-- > qom/cpu.c | 2 +- > 4 files changed, 13 insertions(+), 12 deletions(-) Reviewed-by: Richard Henderson r~