On Fri, Oct 6, 2017 at 7:13 AM, Peter Maydell <[email protected]> wrote: > On 18 September 2017 at 20:50, Andrey Smirnov <[email protected]> > wrote: >> Add sizes.h from Linux to have a more readable way of specifying >> MemoryRegion sizes. >> >> Cc: Peter Maydell <[email protected]> >> Cc: [email protected] >> Cc: [email protected] >> Cc: [email protected] >> Signed-off-by: Andrey Smirnov <[email protected]> >> --- >> include/qemu/sizes.h | 47 +++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 47 insertions(+) >> create mode 100644 include/qemu/sizes.h >> >> diff --git a/include/qemu/sizes.h b/include/qemu/sizes.h >> new file mode 100644 >> index 0000000000..9aedb9f8f6 >> --- /dev/null >> +++ b/include/qemu/sizes.h >> @@ -0,0 +1,47 @@ >> +/* >> + * Copy of include/linux/sizes.h >> + * >> + * This program is free software; you can redistribute it and/or modify >> + * it under the terms of the GNU General Public License version 2 as >> + * published by the Free Software Foundation. >> + */ > > Not really convinced of the utility, and it's gpl-2-only, so no thanks. >
OK, will drop in v2. Thanks, Andrey Smironv
