From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49349 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfawS-0008Kn-UF for qemu-devel@nongnu.org; Wed, 19 Jan 2011 11:31:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfawR-0001QJ-SQ for qemu-devel@nongnu.org; Wed, 19 Jan 2011 11:31:28 -0500 Received: from verein.lst.de ([213.95.11.210]:41723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfawR-0001QA-Gg for qemu-devel@nongnu.org; Wed, 19 Jan 2011 11:31:27 -0500 Date: Wed, 19 Jan 2011 17:31:25 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 1/3] block: add resize monitor command Message-ID: <20110119163125.GA8803@lst.de> References: <20110114162044.GA19114@lst.de> <20110114162057.GA19184@lst.de> <4D347E0F.4040000@redhat.com> <20110119153544.GA6987@lst.de> <4D3707F0.3050608@redhat.com> <20110119155234.GB7394@lst.de> <4D370ACF.2030402@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D370ACF.2030402@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Luiz Capitulino , Christoph Hellwig , qemu-devel@nongnu.org On Wed, Jan 19, 2011 at 05:01:19PM +0100, Kevin Wolf wrote: > Oh, okay, then it makes perfect sense. We should fix 'o' then to use > int64_t. The patch below should do it. > > strtosz (which is used by 'o') has the same problem in git master. > There's a fix by Jes, so be sure to test this on the block branch. The larger sizes work fine on the block branch.