From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55790 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOAsu-0002v7-HE for qemu-devel@nongnu.org; Mon, 14 Jun 2010 10:43:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOAst-0008MU-CV for qemu-devel@nongnu.org; Mon, 14 Jun 2010 10:43:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58166) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOAst-0008ME-36 for qemu-devel@nongnu.org; Mon, 14 Jun 2010 10:43:31 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5EEhUJo027209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 14 Jun 2010 10:43:30 -0400 From: Kevin Wolf Date: Mon, 14 Jun 2010 16:43:13 +0200 Message-Id: <1276526595-32658-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] qcow2: Simplify image creation code List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, quintela@redhat.com Juan, you've complained a few times in the past about how complicated the qcow_create2 code was. I hope you'll like this one. :-) Kevin Wolf (2): qcow2: Simplify image creation qcow2: Remove old image creation function block/qcow2.c | 272 ++++++++++++++++++--------------------------------------- 1 files changed, 86 insertions(+), 186 deletions(-)