From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSPXc-0001P3-EQ for qemu-devel@nongnu.org; Mon, 11 Jun 2018 12:19:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSPXb-0004wf-JC for qemu-devel@nongnu.org; Mon, 11 Jun 2018 12:19:36 -0400 Date: Mon, 11 Jun 2018 18:18:56 +0200 From: Cornelia Huck Message-ID: <20180611181856.71bf285a.cohuck@redhat.com> In-Reply-To: <20180611011501.10235-1-f4bug@amsat.org> References: <20180611011501.10235-1-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 00/40] Use the IEC binary prefix definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= Cc: Thomas Huth , Stefan Weil , Nikunj A Dadhania , qemu-arm@nongnu.org, qemu-block@nongnu.org, qemu-devel@nongnu.org, qemu-ppc@nongnu.org, qemu-s390x@nongnu.org, qemu-trivial@nongnu.org, Fabien Chouteau , Alistair Francis , Aurelien Jarno , Anthony Perard , Christian Borntraeger , Marek Vasut , Sagar Karandikar , David Gibson , Antony Pavlov , Artyom Tarasenko , Andrzej Zaborowski , Beniamino Galvani , Peter Crosthwaite , Chris Wulff , Dmitry Fleytman , "Edgar E . Iglesias" , Igor Mitsyanko , Max Filippov , Magnus Damm , Marcel Apfelbaum , Subbaraya Sundeep , Alberto Garcia , Mark Cave-Ayland , Keith Busch , Stefano Stabellini , Peter Maydell , Stefan Berger , Bastian Koppelmann , Paul Burton , Yongbok Kim , Peter Chubb , Yuval Shaia , =?UTF-8?B?SGVydsOp?= Poussineau , Alex Williamson , Markus Armbruster , David Hildenbrand , Eric Blake , Eduardo Habkost , Fam Zheng , Igor Mammedov , Jason Wang , Gerd Hoffmann , Kevin Wolf , Max Reitz , "Michael S . Tsirkin" , Paolo Bonzini , Michael Clark , Palmer Dabbelt , Jiri Slaby , Alexander Graf , Richard Henderson , Michael Walle , Jan Kiszka On Sun, 10 Jun 2018 22:14:21 -0300 Philippe Mathieu-Daud=C3=A9 wrote: > Hi, >=20 > This series: >=20 > - split the byte-based definitions from "qemu/cutils.h" to "qemu/units.h" > (this now triggers WARNING: 1 added file, does MAINTAINERS need updatin= g?) > - clean hw/ includes; > - replace different constants used for byte size with their corresponding > IEC binary prefix definitions. Do we document preference for this somewhere? Can we automatically check for this?