From: Sandra Loosemore <sandra@codesourcery.com>
To: Guenter Roeck <linux@roeck-us.net>, Marek Vasut <marex@denx.de>
Cc: qemu-devel@nongnu.org, Jeff Da Silva <jdasilva@altera.com>,
Chris Wulff <crwulff@gmail.com>,
Yves Vandervennet <yvanderv@altera.com>,
Ley Foon Tan <lftan@altera.com>,
Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [V3,1/7] nios2: Add disas entries
Date: Sun, 6 Nov 2016 21:17:13 -0700 [thread overview]
Message-ID: <58200049.6060306@codesourcery.com> (raw)
In-Reply-To: <20161107035501.GA26260@roeck-us.net>
On 11/06/2016 08:55 PM, Guenter Roeck wrote:
> On Tue, Oct 18, 2016 at 11:50:25PM +0200, Marek Vasut wrote:
>> Add nios2 disassembler support. This patch is composed from binutils files
>> from commit "Opcodes and assembler support for Nios II R2". The files from
>> binutils used in this patch are:
>>
>> include/opcode/nios2.h
>> include/opcode/nios2r1.h
>> include/opcode/nios2r2.h
>> opcodes/nios2-opc.c
>> opcodes/nios2-dis.c
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Chris Wulff <crwulff@gmail.com>
>> Cc: Jeff Da Silva <jdasilva@altera.com>
>> Cc: Ley Foon Tan <lftan@altera.com>
>> Cc: Sandra Loosemore <sandra@codesourcery.com>
>> Cc: Yves Vandervennet <yvanderv@altera.com>
>> ---
>> V3: No change
>> V2: Replace the nios2.c with GPL2 licensed version
>
> checkpatch.pl reports:
>
> total: 1967 errors, 150 warnings, 3559 lines checked
>
> on this file. When applying it, git reports a number of whitespace problems.
>
> Is that expected ?
>
> Guenter
I don't know what checkpatch.pl is, or what "errors" it might be
complaining about, but I'd strongly discourage doing anything to this
code that would cause it to diverge from the binutils code it was
derived from, even trivial whitespace changes. That would only
complicate propagating updates to the code to both components. (I can't
say I have any such patches in my queue right now, but I also can't rule
out such changes in the future....)
-Sandra the nios2 binutils maintainer
next prev parent reply other threads:[~2016-11-07 4:17 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-18 21:50 [Qemu-devel] [PATCH V3 1/7] nios2: Add disas entries Marek Vasut
2016-10-18 21:50 ` [Qemu-devel] [PATCH V3 2/7] nios2: Add architecture emulation support Marek Vasut
2016-10-18 23:04 ` Richard Henderson
2016-10-19 3:23 ` Marek Vasut
2016-10-19 15:50 ` Richard Henderson
2016-10-20 3:01 ` Marek Vasut
2016-10-20 5:05 ` Richard Henderson
2016-10-20 13:39 ` Marek Vasut
2016-10-19 3:29 ` [Qemu-devel] [PATCH V4 " Marek Vasut
2016-10-20 13:44 ` [Qemu-devel] [PATCH V5 " Marek Vasut
2016-10-20 14:35 ` Richard Henderson
2016-10-23 3:01 ` Marek Vasut
2016-10-23 4:20 ` Richard Henderson
2016-10-25 15:58 ` Marek Vasut
2016-10-25 19:57 ` [Qemu-devel] [PATCH V6 " Marek Vasut
2016-11-07 3:58 ` [Qemu-devel] [V6, " Guenter Roeck
2016-11-07 18:14 ` Marek Vasut
2016-11-07 19:54 ` Guenter Roeck
2016-11-07 20:22 ` Romain Naour
2016-11-07 21:40 ` Guenter Roeck
2016-11-12 21:50 ` Marek Vasut
2016-11-12 23:25 ` Guenter Roeck
2016-11-13 12:01 ` Marek Vasut
2016-11-13 12:43 ` Marek Vasut
2016-11-13 16:25 ` Guenter Roeck
2016-11-13 22:56 ` Marek Vasut
2016-11-13 16:09 ` Guenter Roeck
2016-11-13 22:58 ` Marek Vasut
2016-10-18 21:50 ` [Qemu-devel] [PATCH V3 3/7] nios2: Add usermode binaries emulation Marek Vasut
2016-10-18 21:50 ` [Qemu-devel] [PATCH V3 4/7] nios2: Add IIC interrupt controller emulation Marek Vasut
2016-10-18 21:50 ` [Qemu-devel] [PATCH V3 5/7] nios2: Add periodic timer emulation Marek Vasut
2016-10-18 21:50 ` [Qemu-devel] [PATCH V3 6/7] nios2: Add Altera 10M50 GHRD emulation Marek Vasut
2016-11-07 23:45 ` [Qemu-devel] [V3,6/7] " Guenter Roeck
2016-10-18 21:50 ` [Qemu-devel] [PATCH V3 7/7] nios2: Add support for Nios-II R1 Marek Vasut
2016-11-07 3:55 ` [Qemu-devel] [V3,1/7] nios2: Add disas entries Guenter Roeck
2016-11-07 4:17 ` Sandra Loosemore [this message]
2016-11-07 4:55 ` Alexey Kardashevskiy
2016-11-07 6:33 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=58200049.6060306@codesourcery.com \
--to=sandra@codesourcery.com \
--cc=crwulff@gmail.com \
--cc=jdasilva@altera.com \
--cc=lftan@altera.com \
--cc=linux@roeck-us.net \
--cc=marex@denx.de \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=yvanderv@altera.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).