From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOTzN-00053l-Dt for qemu-devel@nongnu.org; Fri, 14 Mar 2014 11:25:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOTzI-000857-Gc for qemu-devel@nongnu.org; Fri, 14 Mar 2014 11:25:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOTzI-000851-8J for qemu-devel@nongnu.org; Fri, 14 Mar 2014 11:25:32 -0400 Date: Fri, 14 Mar 2014 16:25:29 +0100 From: Stefan Hajnoczi Message-ID: <20140314152529.GB21289@stefanha-thinkpad.redhat.com> References: <3096076082478dafe78553ab5cbd8b572904cbc4.1394794127.git.jcody@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3096076082478dafe78553ab5cbd8b572904cbc4.1394794127.git.jcody@redhat.com> 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: Jeff Cody Cc: kwolf@redhat.com, qemu-devel@nongnu.org, agraf@suse.de On Fri, Mar 14, 2014 at 06:50:37AM -0400, Jeff Cody wrote: > On 32-bit hosts, some compilers will warn on too large integer constants > for constants that are 64-bit in length. Explicitly put a 'ULL' suffix > on those defines. > > Reported-by: Alexander Graf > Signed-off-by: Jeff Cody > --- > block/vhdx.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan