From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55145 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHe3g-0006yy-W3 for qemu-devel@nongnu.org; Thu, 27 May 2010 10:27:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHe3g-00010H-4n for qemu-devel@nongnu.org; Thu, 27 May 2010 10:27:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35122) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHe3f-000106-Tl for qemu-devel@nongnu.org; Thu, 27 May 2010 10:27:40 -0400 Message-ID: <4BFE8148.90806@redhat.com> Date: Thu, 27 May 2010 16:27:20 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] block.h: Make BDRV_SECTOR_SIZE 64 bit safe References: <1274968015-23599-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1274968015-23599-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: qemu-devel@nongnu.org Am 27.05.2010 15:46, schrieb Jes.Sorensen@redhat.com: > From: Jes Sorensen > > C defaults to int, so make definition of BDRV_SECTOR_SIZE 64 bit > safe as it and BDRV_SECTOR_MASK may be used against 64 bit addresses. > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. Kevin