From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ummns-0002EF-Oh for qemu-devel@nongnu.org; Wed, 12 Jun 2013 11:17:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ummnq-0005Dt-E1 for qemu-devel@nongnu.org; Wed, 12 Jun 2013 11:17:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ummnq-0005DV-6j for qemu-devel@nongnu.org; Wed, 12 Jun 2013 11:17:38 -0400 Date: Wed, 12 Jun 2013 17:17:34 +0200 From: Kevin Wolf Message-ID: <20130612151734.GC2677@dhcp-200-207.str.redhat.com> References: <1371024284-3572-1-git-send-email-evgeny.budilovsky@ravellosystems.com> <1371035190-13328-1-git-send-email-evgeny.budilovsky@ravellosystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1371035190-13328-1-git-send-email-evgeny.budilovsky@ravellosystems.com> Subject: Re: [Qemu-devel] [PATCH v2] allow reading variable size vmdk descriptor files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Evgeny Budilovsky Cc: hvx@ravellosystems.com, qemu-devel@nongnu.org, Stefan Hajnoczi Am 12.06.2013 um 13:06 hat Evgeny Budilovsky geschrieben: > the hard-coded 2k buffer on the stack won't allow reading big descriptor > files which can be generated when storing big images. For example 500G > vmdk splitted to 2G chunks. > > Signed-off-by: Evgeny Budilovsky Thanks, applied to the block branch. Kevin