From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYxGc-0001II-1C for qemu-devel@nongnu.org; Wed, 23 Oct 2013 08:10:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYxGT-0005YS-KV for qemu-devel@nongnu.org; Wed, 23 Oct 2013 08:10:25 -0400 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:54983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYxGT-0005Xs-CR for qemu-devel@nongnu.org; Wed, 23 Oct 2013 08:10:17 -0400 Received: by mail-lb0-f176.google.com with SMTP id z5so634571lbh.21 for ; Wed, 23 Oct 2013 05:10:16 -0700 (PDT) Date: Wed, 23 Oct 2013 16:16:45 +0400 From: Antony Pavlov Message-Id: <20131023161645.59aebeaaee163a1c34cbc04f@gmail.com> In-Reply-To: <20130924083210.a2489a1dd0958a8defb8767a@gmail.com> References: <1379057606-25727-1-git-send-email-antonynpavlov@gmail.com> <20130924083210.a2489a1dd0958a8defb8767a@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC v3 0/2] use sizes.h macros for power-of-two sizes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Richard Henderson , Aurelien Jarno , Stefan Weil On Tue, 24 Sep 2013 08:32:10 +0400 Antony Pavlov wrote: ping-ping > On Fri, 13 Sep 2013 11:33:24 +0400 > Antony Pavlov wrote: >=20 > ping >=20 > > Changes since v2: > > * commit messages: drop ALL 'Reviewed-by' tags. > > Drop Aurelien Jarno's tag because the patchseries > > was completely reworked, so it need additional review. > >=20 > > Changes since v1: > >=20 > > * include/sizes.h -> include/qemu/sizes.h > > * fix copyright header; > > * fix formatting: drop tabs; > > * use the BIT() macro, so it's easy-to-read the constants column; > > also the BIT() macro casts constant to UL; > > * rebase on updated master; > > * take into account the "mips_malta: support up to 2GiB RAM" commit. > >=20 > > [RFC v3 1/2] include/qemu: introduce sizes.h > > [RFC v3 2/2] hw/mips: use sizes.h macros > >=20 > > The sizes.h macros is a easy-to-read method of > > power-of-two memory sizes representation. The sizes.h > > macros are actively used in linux kernel and other > > projects, so let's use them in QEMU too. >=20 > --=A0 > Best regards, > =A0 Antony Pavlov --=20 --=A0 Best regards, =A0 Antony Pavlov