From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwD8j-0006fV-H6 for qemu-devel@nongnu.org; Wed, 03 Dec 2014 11:51:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwD8e-0001Ca-M7 for qemu-devel@nongnu.org; Wed, 03 Dec 2014 11:50:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwD8e-0001CU-Du for qemu-devel@nongnu.org; Wed, 03 Dec 2014 11:50:52 -0500 Message-ID: <547F3F69.3020100@redhat.com> Date: Wed, 03 Dec 2014 17:50:49 +0100 From: Max Reitz MIME-Version: 1.0 References: In-Reply-To: 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: Jeff Cody , qemu-devel@nongnu.org Cc: kwolf@redhat.com, sw@weilnetz.de, armbru@redhat.com, stefanha@redhat.com 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