Am 13.09.2013 06:33, schrieb Antony Pavlov: > The header file sizes.h is used in linux kernel, > barebox bootloader and u-boot bootloader. It provides > the short and easy-to-read names for power-of-two > numbers. The numbers like this are othen used > for memory range sizes. > > Signed-off-by: Antony Pavlov <antonynpav...@gmail.com> > Reviewed-by: Aurelien Jarno <aurel...@aurel32.net> > Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> > Reviewed-by: Stefan Weil <s...@weilnetz.de> > Reviewed-by: Richard Henderson <r...@twiddle.net>
This list is an incorrect interpretation of Reviewed-by. Only people who sent a Reviewed-by signed with their name may be cited here (not everybody who sent a comment). > --- > include/qemu/sizes.h | 61 > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 61 insertions(+) > create mode 100644 include/qemu/sizes.h >