From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJMoF-0004P4-4I for qemu-devel@nongnu.org; Sun, 04 Nov 2018 13:07:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJMoA-0002Pr-8p for qemu-devel@nongnu.org; Sun, 04 Nov 2018 13:07:38 -0500 From: Leonid Bloch Date: Sun, 4 Nov 2018 18:07:25 +0000 Message-ID: <20181104180657.7471-1-lbloch@janustech.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [Qemu-devel] [PATCH v2 0/1] include: Add a comment to explain the origin of List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" , =?iso-8859-1?Q?Philippe_Mathieu-Daud=E9?= Cc: "qemu-block@nongnu.org" , Kevin Wolf , Max Reitz , Alberto Garcia , Markus Armbruster , Leonid Bloch Please see the commit message for the rationale. Difference from v1: * Tabs removed from the code indentation of the sample code in the comment, in order to pass checkpatch. Leonid Bloch (1): include: Add a comment to explain the origin of sizes' lookup table include/qemu/units.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) --=20 2.17.1