From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVvgp-0005Kb-NW for qemu-devel@nongnu.org; Fri, 14 Jul 2017 04:11:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVvgo-0004T0-N4 for qemu-devel@nongnu.org; Fri, 14 Jul 2017 04:11:07 -0400 Sender: Richard Henderson References: <20170713163219.9024-1-marcandre.lureau@redhat.com> <20170713163219.9024-2-marcandre.lureau@redhat.com> From: Richard Henderson Message-ID: <3194d27e-b81f-8000-fdf5-24509efa170f@twiddle.net> Date: Thu, 13 Jul 2017 22:10:55 -1000 MIME-Version: 1.0 In-Reply-To: <20170713163219.9024-2-marcandre.lureau@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 01/29] i386: use ROUND_UP macro List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Eduardo Habkost , qemu-trivial@nongnu.org, Paolo Bonzini On 07/13/2017 06:31 AM, Marc-André Lureau wrote: > I used the clang-tidy qemu-round check (with the option OnlyAlignUp) > to generate the fix: > https://github.com/elmarco/clang-tools-extra > > Signed-off-by: Marc-André Lureau > Reviewed-by: Juan Quintela > --- > target/i386/arch_dump.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Richard Henderson r~