From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwSQf-0006B9-6W for qemu-devel@nongnu.org; Thu, 04 Dec 2014 04:10:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwSQa-0001qA-Qg for qemu-devel@nongnu.org; Thu, 04 Dec 2014 04:10:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwSQa-0001q5-J8 for qemu-devel@nongnu.org; Thu, 04 Dec 2014 04:10:24 -0500 Message-ID: <548024FD.9000708@redhat.com> Date: Thu, 04 Dec 2014 10:10:21 +0100 From: Max Reitz MIME-Version: 1.0 References: <547F3F69.3020100@redhat.com> <547FFE55.7080400@weilnetz.de> In-Reply-To: <547FFE55.7080400@weilnetz.de> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Remove BLOCK_OPT_NOCOW from VDI and VPC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , Jeff Cody , qemu-devel@nongnu.org Cc: kwolf@redhat.com, armbru@redhat.com, stefanha@redhat.com On 2014-12-04 at 07:25, Stefan Weil wrote: > Am 03.12.2014 um 17:50 schrieb Max Reitz: >> On 2014-12-03 at 16:30, Jeff Cody wrote: >>> This removes the unneeded BLOCK_OPT_NOCOW options from vdi >>> and vpc. >>> >>> Jeff Cody (2): >>> block: remove BLOCK_OPT_NOCOW from vdi_create_opts >>> block: remove BLOCK_OPT_NOCOW from vpc_create_opts >>> >>> block/vdi.c | 5 ----- >>> block/vpc.c | 5 ----- >>> 2 files changed, 10 deletions(-) >> Thanks, applied to my block-next tree: >> >> https://github.com/XanClic/qemu/commits/block-next > > You might add this, too, to both patches: > > Reviewed-by: Stefan Weil Done, thanks. Max