From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOV67-0006d9-PQ for qemu-devel@nongnu.org; Fri, 14 Mar 2014 12:36:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOV61-00078X-R3 for qemu-devel@nongnu.org; Fri, 14 Mar 2014 12:36:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOV61-00078S-JE for qemu-devel@nongnu.org; Fri, 14 Mar 2014 12:36:33 -0400 Message-ID: <5323300B.9030807@redhat.com> Date: Fri, 14 Mar 2014 17:36:27 +0100 From: Laszlo Ersek MIME-Version: 1.0 References: <3096076082478dafe78553ab5cbd8b572904cbc4.1394794127.git.jcody@redhat.com> <20140314153639.GD1985@redhat.com> <53232B90.5060408@redhat.com> <53232FD4.1020605@redhat.com> In-Reply-To: <53232FD4.1020605@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Kevin Wolf , QEMU Developers , Jeff Cody , Alexander Graf , "Richard W.M. Jones" , Stefan Hajnoczi On 03/14/14 17:35, Laszlo Ersek wrote: > On 03/14/14 17:26, Peter Maydell wrote: >> On 14 March 2014 16:17, Laszlo Ersek wrote: >>> "Unsigned long long" is a gnu-ism for C89. It's a standard part of C99. >>> Last time I checked, qemu used the gnu89 dialect on all build hosts >>> except SunOS. >> >> HACKING says we use C99... > > HACKING lies then :) Apologies, I didn't impy "lie" as in "lie". I meant "mistake". Sorry! Laszlo