From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwPr8-0007QJ-67 for qemu-devel@nongnu.org; Thu, 04 Dec 2014 01:25:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwPr2-0006hb-JD for qemu-devel@nongnu.org; Thu, 04 Dec 2014 01:25:38 -0500 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:39893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwPr2-0006gw-7P for qemu-devel@nongnu.org; Thu, 04 Dec 2014 01:25:32 -0500 Message-ID: <547FFE55.7080400@weilnetz.de> Date: Thu, 04 Dec 2014 07:25:25 +0100 From: Stefan Weil MIME-Version: 1.0 References: <547F3F69.3020100@redhat.com> In-Reply-To: <547F3F69.3020100@redhat.com> Content-Type: text/plain; charset=iso-8859-15 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: Max Reitz , Jeff Cody , qemu-devel@nongnu.org Cc: kwolf@redhat.com, armbru@redhat.com, stefanha@redhat.com 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