From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4qTO-0003FV-3G for qemu-devel@nongnu.org; Tue, 16 Jun 2015 09:00:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4qTK-00040c-3t for qemu-devel@nongnu.org; Tue, 16 Jun 2015 09:00:14 -0400 Received: from mail-yk0-f169.google.com ([209.85.160.169]:33067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4qTK-00040V-0u for qemu-devel@nongnu.org; Tue, 16 Jun 2015 09:00:10 -0400 Received: by ykfr66 with SMTP id r66so12436674ykf.0 for ; Tue, 16 Jun 2015 06:00:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1434400260-5191-1-git-send-email-aurelioremonda@gmail.com> From: Peter Maydell Date: Tue, 16 Jun 2015 13:59:48 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH V3] Target-arm: Add the Cortex-M4 CPU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aurelio remonda Cc: Liviu Ionescu , Daniel Gutson , QEMU Developers , Martin Galvan On 16 June 2015 at 13:52, aurelio remonda wrote: > about the space between ARMCPU *cpu = ARM_CPU(obj); line and the first > set_feature, the cortex-m3 initfn does not have it, do you want me to > change that one too? Thanks I would leave that one alone. It's bad style, but fixing it should be a separate patch, and it isn't sufficiently bad to be worth fixing IMHO. -- PMM