qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH v2 0/5] Replace sizeof(array) / sizeof(*array)


From: Stefan Weil
Subject: [Qemu-trivial] [PATCH v2 0/5] Replace sizeof(array) / sizeof(*array)
Date: Sat, 7 Dec 2013 14:48:03 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]