From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dE40M-0005tT-KU for qemu-devel@nongnu.org; Thu, 25 May 2017 21:25:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dE40L-0008JI-Rl for qemu-devel@nongnu.org; Thu, 25 May 2017 21:25:26 -0400 Date: Fri, 26 May 2017 09:25:15 +0800 From: Fam Zheng Message-ID: <20170526012515.GA19490@lemon.lan> References: <20170525163225.29954-1-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170525163225.29954-1-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 00/18] Block layer thread safety, part 1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, stefanha@redhat.com On Thu, 05/25 18:32, Paolo Bonzini wrote: > Minimal changes to: > - fix compilation (patch 10) > - appease checkpatch (patch 17) > - rename mutex field from "spin" to "lock" (patch 18) Thanks, queued. Fam