From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKMKN-0003NY-Nu for qemu-devel@nongnu.org; Fri, 13 Sep 2013 01:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKMKJ-0007KO-CS for qemu-devel@nongnu.org; Fri, 13 Sep 2013 01:53:59 -0400 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=53301 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKMKJ-0007KF-5e for qemu-devel@nongnu.org; Fri, 13 Sep 2013 01:53:55 -0400 Message-ID: <5232A865.2070104@weilnetz.de> Date: Fri, 13 Sep 2013 07:53:41 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1379046783-19382-1-git-send-email-antonynpavlov@gmail.com> <1379046783-19382-2-git-send-email-antonynpavlov@gmail.com> In-Reply-To: <1379046783-19382-2-git-send-email-antonynpavlov@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 1/2] include/qemu: introduce sizes.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Antony Pavlov Cc: Paolo Bonzini , qemu-devel@nongnu.org, Aurelien Jarno , Richard Henderson Am 13.09.2013 06:33, schrieb Antony Pavlov: > The header file sizes.h is used in linux kernel, > barebox bootloader and u-boot bootloader. It provides > the short and easy-to-read names for power-of-two > numbers. The numbers like this are othen used > for memory range sizes. > > Signed-off-by: Antony Pavlov > Reviewed-by: Aurelien Jarno > Reviewed-by: Paolo Bonzini > Reviewed-by: Stefan Weil > Reviewed-by: Richard Henderson This list is an incorrect interpretation of Reviewed-by. Only people who sent a Reviewed-by signed with their name may be cited here (not everybody who sent a comment). > --- > include/qemu/sizes.h | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 61 insertions(+) > create mode 100644 include/qemu/sizes.h >