From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2rv-0007cv-O0 for qemu-devel@nongnu.org; Wed, 06 Nov 2013 08:10:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve2rr-0006rI-0D for qemu-devel@nongnu.org; Wed, 06 Nov 2013 08:09:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2rq-0006r3-O0 for qemu-devel@nongnu.org; Wed, 06 Nov 2013 08:09:54 -0500 Message-ID: <527A3F98.1060800@redhat.com> Date: Wed, 06 Nov 2013 14:09:44 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1382609227-23989-1-git-send-email-pl@kamp.de> <20131106130840.GB9059@stefanha-thinkpad.redhat.com> In-Reply-To: <20131106130840.GB9059@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv7 00/17] block: logical block provisioning enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: kwolf@redhat.com, ronniesahlberg@gmail.com, Peter Lieven , qemu-devel@nongnu.org, stefanha@redhat.com Il 06/11/2013 14:08, Stefan Hajnoczi ha scritto: > Thanks, applied to my block-next tree: > https://github.com/stefanha/qemu/commits/block-next > > This will go into QEMU 1.8. Since it's a new feature that touches core > block layer code and several block drivers, I can't merge it into > 1.7-rc. Yay! With these patches I can properly emulate WRITE SAME in the SCSI layer. Paolo