From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwCq9-00026o-4k for qemu-devel@nongnu.org; Wed, 03 Dec 2014 11:31:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwCq3-0003U3-0b for qemu-devel@nongnu.org; Wed, 03 Dec 2014 11:31:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwCq2-0003Tz-Oh for qemu-devel@nongnu.org; Wed, 03 Dec 2014 11:31:38 -0500 Message-ID: <547F3AE5.2060407@redhat.com> Date: Wed, 03 Dec 2014 17:31:33 +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(-) Reviewed-by: Max Reitz