From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8756-0001Qa-Hx for qemu-devel@nongnu.org; Tue, 09 May 2017 11:29:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8755-0000ca-Tl for qemu-devel@nongnu.org; Tue, 09 May 2017 11:29:44 -0400 Date: Tue, 9 May 2017 17:29:35 +0200 From: Kevin Wolf Message-ID: <20170509152935.GJ5243@noname.str.redhat.com> References: <20170505095807.3296-1-hch@lst.de> <20170509150104.GF5243@noname.str.redhat.com> <20170509150932.GA2572@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170509150932.GA2572@localhost.localdomain> Subject: Re: [Qemu-devel] [PATCH v2] nvme: Implement Write Zeroes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Keith Busch Cc: Christoph Hellwig , mreitz@redhat.com, qemu-block@nongnu.org, qemu-devel@nongnu.org Am 09.05.2017 um 17:09 hat Keith Busch geschrieben: > On Tue, May 09, 2017 at 05:01:04PM +0200, Kevin Wolf wrote: > > Am 05.05.2017 um 11:58 hat Christoph Hellwig geschrieben: > > > Signed-off-by: Keith Busch > > > [hch: ported over from qemu-nvme.git to mainline] > > > Signed-off-by: Christoph Hellwig > > > > Keith, can you give an Acked-by for this one? (I see that the code is > > originally from you, but just to make sure that you agree with the > > changes made and that it is merged into qemu.git this way.) > > No problem, this still looks good to me. Thanks! > > Acked-by: Keith Busch Thanks, applied to the block branch. Kevin