From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fY3jC-0000eq-DW for qemu-devel@nongnu.org; Wed, 27 Jun 2018 02:14:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fY3jB-0001pq-I3 for qemu-devel@nongnu.org; Wed, 27 Jun 2018 02:14:54 -0400 Received: from mail-pl0-x243.google.com ([2607:f8b0:400e:c01::243]:42566) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fY3jB-0001oe-Be for qemu-devel@nongnu.org; Wed, 27 Jun 2018 02:14:53 -0400 Received: by mail-pl0-x243.google.com with SMTP id w17-v6so537790pll.9 for ; Tue, 26 Jun 2018 23:14:53 -0700 (PDT) References: <20180625124238.25339-1-f4bug@amsat.org> <20180625124238.25339-19-f4bug@amsat.org> From: Richard Henderson Message-ID: <2bbd2b7c-3b79-e3a1-2cb6-84e4705c8e34@linaro.org> Date: Tue, 26 Jun 2018 23:14:49 -0700 MIME-Version: 1.0 In-Reply-To: <20180625124238.25339-19-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v5 18/46] hw/sparc: Use the IEC binary prefix definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Thomas Huth , Stefan Weil Cc: qemu-trivial@nongnu.org, Mark Cave-Ayland , Fabien Chouteau , qemu-devel@nongnu.org, Artyom Tarasenko On 06/25/2018 05:42 AM, Philippe Mathieu-Daudé wrote: > It eases code review, unit is explicit. > > Patch generated using: > > $ git grep -E '(1024|2048|4096|8192|(<<|>>).?(10|20|30))' hw/ include/hw/ > > and modified manually. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/sparc/leon3.c | 10 ++++++---- > hw/sparc/sun4m.c | 10 +++++----- > hw/sparc64/niagara.c | 3 ++- > hw/sparc64/sun4u.c | 4 ++-- > 4 files changed, 15 insertions(+), 12 deletions(-) Reviewed-by: Richard Henderson r~