From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55229 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHf9u-0005Tp-MZ for qemu-devel@nongnu.org; Thu, 27 May 2010 11:38:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHf9t-000596-AV for qemu-devel@nongnu.org; Thu, 27 May 2010 11:38:10 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:50429) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHf9t-00058n-6C for qemu-devel@nongnu.org; Thu, 27 May 2010 11:38:09 -0400 Received: by fg-out-1718.google.com with SMTP id 16so59362fgg.10 for ; Thu, 27 May 2010 08:38:08 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4BFE91DD.5090409@redhat.com> Date: Thu, 27 May 2010 17:38:05 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1274968015-23599-1-git-send-email-Jes.Sorensen@redhat.com> <4BFE8148.90806@redhat.com> In-Reply-To: <4BFE8148.90806@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] block.h: Make BDRV_SECTOR_SIZE 64 bit safe List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Jes.Sorensen@redhat.com, qemu-devel@nongnu.org On 05/27/2010 04:27 PM, Kevin Wolf wrote: > 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. Candidate for stable too? Paolo