From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M66HR-00081D-5v for qemu-devel@nongnu.org; Mon, 18 May 2009 13:05:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M66HM-0007xg-N1 for qemu-devel@nongnu.org; Mon, 18 May 2009 13:05:36 -0400 Received: from [199.232.76.173] (port=40887 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M66HM-0007xW-GO for qemu-devel@nongnu.org; Mon, 18 May 2009 13:05:32 -0400 Received: from verein.lst.de ([213.95.11.210]:41367) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1M66HL-00041V-SJ for qemu-devel@nongnu.org; Mon, 18 May 2009 13:05:32 -0400 Date: Mon, 18 May 2009 19:05:29 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 4/4] Convert qemu-img convert to new bdrv_create Message-ID: <20090518170529.GA27082@lst.de> References: <1242657732-29043-1-git-send-email-kwolf@redhat.com> <1242657732-29043-5-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1242657732-29043-5-git-send-email-kwolf@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Mon, May 18, 2009 at 04:42:12PM +0200, Kevin Wolf wrote: > This is part two of the qemu-img conversion. This really works the same as the > previous conversion of qemu-img create: It introduces a new -o option for the > generic approach and adds the old-style options to this option set. Shouldn't we kill bdrv_create2 and friends after this?