From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW34u-0006Hp-3C for qemu-devel@nongnu.org; Fri, 04 Apr 2014 08:18:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WW34j-0007GH-QR for qemu-devel@nongnu.org; Fri, 04 Apr 2014 08:18:36 -0400 Message-ID: <533EA310.8090003@suse.de> Date: Fri, 04 Apr 2014 14:18:24 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1396596386-26126-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1396596386-26126-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spapr_nvram: Correct max nvram size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Thomas Huth On 04/04/2014 09:26 AM, Alexey Kardashevskiy wrote: > Currently it is UINT16_MAX*16 = 65536*16 = 1048560 which is not > a round number and therefore a bit confusing. > > This defines MAX_NVRAM_SIZE precisely as 1MB. > > Suggested-by: Thomas Huth > Signed-off-by: Alexey Kardashevskiy Thanks, applied to ppc-next-2.1. Alex