From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOKKx-0000nX-8o for qemu-devel@nongnu.org; Tue, 24 Sep 2013 00:35:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOKKo-0006RX-S2 for qemu-devel@nongnu.org; Tue, 24 Sep 2013 00:34:59 -0400 Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:46407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOKKo-0006RT-K1 for qemu-devel@nongnu.org; Tue, 24 Sep 2013 00:34:50 -0400 Received: by mail-lb0-f181.google.com with SMTP id u14so3315005lbd.26 for ; Mon, 23 Sep 2013 21:34:49 -0700 (PDT) Date: Tue, 24 Sep 2013 08:32:10 +0400 From: Antony Pavlov Message-Id: <20130924083210.a2489a1dd0958a8defb8767a@gmail.com> In-Reply-To: <1379057606-25727-1-git-send-email-antonynpavlov@gmail.com> References: <1379057606-25727-1-git-send-email-antonynpavlov@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: Antony Pavlov Cc: Paolo Bonzini , Richard Henderson , qemu-devel@nongnu.org, Aurelien Jarno , Stefan Weil On Fri, 13 Sep 2013 11:33:24 +0400 Antony Pavlov wrote: ping > 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. --=A0 Best regards, =A0 Antony Pavlov