From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0TNq-0004C5-3f for qemu-devel@nongnu.org; Fri, 06 Oct 2017 10:13:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0TNp-0005cM-8I for qemu-devel@nongnu.org; Fri, 06 Oct 2017 10:13:46 -0400 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:53805) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0TNp-0005bb-1p for qemu-devel@nongnu.org; Fri, 06 Oct 2017 10:13:45 -0400 Received: by mail-wm0-x22e.google.com with SMTP id q132so8203441wmd.2 for ; Fri, 06 Oct 2017 07:13:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20170918195100.17593-16-andrew.smirnov@gmail.com> References: <20170918195100.17593-1-andrew.smirnov@gmail.com> <20170918195100.17593-16-andrew.smirnov@gmail.com> From: Peter Maydell Date: Fri, 6 Oct 2017 15:13:22 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH 15/17] include/qemu: Add sizes.h from Linux List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Smirnov Cc: qemu-arm , QEMU Developers , Andrey Yurovsky On 18 September 2017 at 20:50, Andrey Smirnov wrote: > Add sizes.h from Linux to have a more readable way of specifying > MemoryRegion sizes. > > Cc: Peter Maydell > Cc: qemu-devel@nongnu.org > Cc: qemu-arm@nongnu.org > Cc: yurovsky@gmail.com > Signed-off-by: Andrey Smirnov > --- > 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. -- PMM