From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adbl3-0003BA-G8 for qemu-devel@nongnu.org; Wed, 09 Mar 2016 05:54:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adbkz-0004CB-IG for qemu-devel@nongnu.org; Wed, 09 Mar 2016 05:54:25 -0500 Date: Wed, 9 Mar 2016 11:54:13 +0100 From: Kevin Wolf Message-ID: <20160309105413.GC5205@noname.redhat.com> References: <1456247799-9593-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456247799-9593-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] block: drive_add/del without BlockBackend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: qemu-devel@nongnu.org, pkrempa@redhat.com, armbru@redhat.com, mreitz@redhat.com Am 23.02.2016 um 18:16 hat Kevin Wolf geschrieben: > See patch 1 for the detailed description why this is needed. The short > version is that libvirt needs to enable detect-zeroes on a mirror > target. > > Peter, can you please check if this provides what you need? I checked > whether I could do the mirroring operation manually; and if I did it > right, it looks good to me. (Shortened) protocol of my test: > [...] Applied to the block branch. Kevin