qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC v4 6/7] tests: Don't limit check-headers to includ


From: Peter Maydell
Subject: Re: [Qemu-devel] [RFC v4 6/7] tests: Don't limit check-headers to include/
Date: Fri, 24 May 2019 13:29:03 +0100

On Fri, 24 May 2019 at 13:25, Markus Armbruster <address@hidden> wrote:
>
> Peter Maydell <address@hidden> writes:
>
> > On Thu, 23 May 2019 at 09:15, Markus Armbruster <address@hidden> wrote:
> >>
> >> Signed-off-by: Markus Armbruster <address@hidden>
> >> ---
> >
> >>  432 files changed, 1035 insertions(+), 8 deletions(-)
> >>
> >> diff --git a/accel/tcg/atomic_template.h b/accel/tcg/atomic_template.h
> >> index 685602b076..352da0c745 100644
> >> --- a/accel/tcg/atomic_template.h
> >> +++ b/accel/tcg/atomic_template.h
> >> @@ -18,6 +18,9 @@
> >>   * License along with this library; if not, see 
> >> <http://www.gnu.org/licenses/>.
> >>   */
> >>
> >> +/* NOTE: May only be included into target-dependent code */
> >> +/* FIXME Does not pass make check-headers, yet! */
> >> +
> >
> > I'm not sure I see much point in touching several hundred
> > header files just to add a FIXME note. We can fix them,
> > or we can just leave things as they are...
>
> Adding FIXMEs without an intent to actually fix them would be stupid.
>
> The FIXMEs direct "make check-headers" to skip the headers so marked.

Ah, right. It wasn't clear that this is a directive to the script:
it looks like the usual free-text aimed-at-human-readers kind of
FIXME/TODO comment.

thanks
-- PMM



reply via email to

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