From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6HmB-0002HU-Kc for qemu-devel@nongnu.org; Thu, 04 May 2017 10:30:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6HmA-0004WL-P6 for qemu-devel@nongnu.org; Thu, 04 May 2017 10:30:39 -0400 Date: Thu, 4 May 2017 22:30:04 +0800 From: Fam Zheng Message-ID: <20170504143004.GC6865@lemon.lan> References: <20170502163558.7611-1-famz@redhat.com> <20170504130947.GB5238@noname.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170504130947.GB5238@noname.redhat.com> Subject: Re: [Qemu-devel] [PATCH v17 00/23] block: Image locking series List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz , eblake@redhat.com On Thu, 05/04 15:09, Kevin Wolf wrote: > Am 02.05.2017 um 18:35 hat Fam Zheng geschrieben: > > v17: Fixes addressing comments by Kevin: > > - Rebase on top of kevin/block > > - In test case 153, don't compile test program, just try locking=on and > > catch warning message > > - Add a missing space in comment > > - Error out if locking=on is used for file-win > > - Add commit message and Cc qemu-stable for patch 17 (now 18) > > - Don't add duplicated -U in the documentation > > Thanks, applied to the block branch. Thanks, Kevin! Fam