qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH RFC v5 1/3] tests: New make target check-source


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH RFC v5 1/3] tests: New make target check-source
Date: Thu, 11 Jul 2019 18:56:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1

On 7/11/19 2:28 PM, Markus Armbruster wrote:
>  include/exec/cpu_ldst_template.h          |  3 +
>  include/exec/cpu_ldst_useronly_template.h |  3 +
>  include/exec/cputlb.h                     |  3 +
>  include/exec/exec-all.h                   |  3 +
>  include/exec/gen-icount.h                 |  2 +
>  include/exec/helper-gen.h                 |  2 +
>  include/exec/helper-proto.h               |  2 +
>  include/exec/helper-tcg.h                 |  2 +
>  include/exec/ioport.h                     |  2 +
>  include/exec/memory-internal.h            |  2 +
>  include/exec/memory_ldst.inc.h            |  2 +
>  include/exec/memory_ldst_cached.inc.h     |  2 +
>  include/exec/memory_ldst_phys.inc.h       |  2 +

The pattern used should not match all *.h, but exclude *_template.h (older
naming style) and *.inc.h (newer naming style; we really should finish the
conversion).

These headers are not standalone, and will be included multiple times by one of
the other headers.


r~



reply via email to

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