qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] Replace sizeof(array) / sizeof(*array)
@ 2013-12-07 13:48 Stefan Weil
  2013-12-07 13:48 ` [Qemu-devel] [PATCH v2 1/5] misc: Use macro ARRAY_SIZE where possible Stefan Weil
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Stefan Weil @ 2013-12-07 13:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

These patches were previously sent as single patches instead of
a patch series. They all replace sizeof(array) / sizeof(*array)
by macros.

v2: Fix typos in commit messages (thanks to Peter Maydell).

[PATCH v2 1/5] misc: Use macro ARRAY_SIZE where possible
[PATCH v2 2/5] ui/cocoa: Use macro ARRAY_SIZE where possible
[PATCH v2 3/5] exynos4210: Use macro ARRAY_SIZE where possible
[PATCH v2 4/5] target-mips: Use macro ARRAY_SIZE where possible
[PATCH v2 5/5] linux-user: Use macro TARGET_NSIG_WORDS where possible

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

end of thread, other threads:[~2013-12-09 15:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-07 13:48 [Qemu-devel] [PATCH v2 0/5] Replace sizeof(array) / sizeof(*array) Stefan Weil
2013-12-07 13:48 ` [Qemu-devel] [PATCH v2 1/5] misc: Use macro ARRAY_SIZE where possible Stefan Weil
2013-12-07 13:48 ` [Qemu-devel] [PATCH v2 2/5] ui/cocoa: " Stefan Weil
2013-12-07 13:48 ` [Qemu-devel] [PATCH v2 3/5] exynos4210: " Stefan Weil
2013-12-07 13:48 ` [Qemu-devel] [PATCH v2 4/5] target-mips: " Stefan Weil
2013-12-09 15:58   ` Aurelien Jarno
2013-12-07 13:48 ` [Qemu-devel] [PATCH v2 5/5] linux-user: Use macro TARGET_NSIG_WORDS " Stefan Weil
2013-12-07 16:41 ` [Qemu-devel] [PATCH v2 0/5] Replace sizeof(array) / sizeof(*array) Peter Maydell
2013-12-07 19:00 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

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