qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC v3 0/2] use sizes.h macros for power-of-two sizes
@ 2013-09-13  7:33 Antony Pavlov
  2013-09-13  7:33 ` [Qemu-devel] [RFC v3 1/2] include/qemu: introduce sizes.h Antony Pavlov
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Antony Pavlov @ 2013-09-13  7:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Richard Henderson, Aurelien Jarno, Stefan Weil

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.

Changes since v1:

 * 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.

[RFC v3 1/2] include/qemu: introduce sizes.h
[RFC v3 2/2] hw/mips: use sizes.h macros

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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-10-28 10:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13  7:33 [Qemu-devel] [RFC v3 0/2] use sizes.h macros for power-of-two sizes Antony Pavlov
2013-09-13  7:33 ` [Qemu-devel] [RFC v3 1/2] include/qemu: introduce sizes.h Antony Pavlov
2013-09-13  7:33 ` [Qemu-devel] [RFC v3 2/2] hw/mips: use sizes.h macros Antony Pavlov
2013-09-14 18:36 ` [Qemu-devel] [RFC v3 0/2] use sizes.h macros for power-of-two sizes Richard Henderson
2013-09-24  4:32 ` Antony Pavlov
2013-10-23 12:16   ` Antony Pavlov
2013-10-28 10:30     ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).