qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 4/9] linux-user/nios2 linux-user/riscv: Clean up


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 4/9] linux-user/nios2 linux-user/riscv: Clean up header guards
Date: Mon, 13 May 2019 17:58:55 +0100

On Mon, 13 May 2019 at 17:56, Palmer Dabbelt <address@hidden> wrote:
>
> On Mon, 13 May 2019 01:18:39 PDT (-0700), address@hidden wrote:
> > Reuse of the same guard symbol in multiple headers is okay as long as
> > they cannot be included together.  scripts/clean-header-guards.pl
> > can't tell, so it warns.
> >
> > Since we can avoid guard symbol reuse easily, do so: use guard symbol
> > ${target^^}_${fname^^} for linux-user/$target/$fname, just like we did
> > in commit a9c94277f0..3500385697.
> >
> > Signed-off-by: Markus Armbruster <address@hidden>
> > Message-Id: <address@hidden>
> > Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

> Reviewed-by: Palmer Dabbelt <address@hidden>
>
> I'm assuming this is going in through someone else's tree, so I'm not going to
> pick it up into mine.

The subject line says "PULL" rather than "PATCH", so it is
already going into master (indeed I just applied it).
In general there's not much point in commenting on
patches in pull requests on the lists except for "this
has a problem, please don't apply it" feedback. (In that
case you should reply to the cover letter, because I won't
necessarily see replies to individual patches in the pull
before I apply the pull.)

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]