From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoVsd-0008S9-RY for qemu-devel@nongnu.org; Wed, 12 Nov 2014 06:14:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoVsX-0002W8-Mx for qemu-devel@nongnu.org; Wed, 12 Nov 2014 06:14:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoVsX-0002Vu-Fj for qemu-devel@nongnu.org; Wed, 12 Nov 2014 06:14:25 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sACBENJ7016835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 12 Nov 2014 06:14:24 -0500 Message-ID: <5463410B.8040009@redhat.com> Date: Wed, 12 Nov 2014 12:14:19 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1415789989-13489-1-git-send-email-pbonzini@redhat.com> <20141112110930.GA5302@fam-t430.nay.redhat.com> In-Reply-To: <20141112110930.GA5302@fam-t430.nay.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vhdx: fix g_try_malloc0 thinko List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On 12/11/2014 12:09, Fam Zheng wrote: > There is already: > > commit a011898d25b8a26a311d56dfe37e8d3a4374ec65 > Author: Adelina Tuvenie > Date: Thu Sep 18 18:17:44 2014 +0300 > > block: allow creation of fixed vhdx images Oops, old checkout. Thanks, Paolo