qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 15/37] tcg: Clean up includes


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 15/37] tcg: Clean up includes
Date: Sat, 6 Feb 2016 13:43:56 +0000

On 6 February 2016 at 00:51, Richard Henderson <address@hidden> wrote:
> On 01/27/2016 05:17 AM, Peter Maydell wrote:
>> diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c
>> index 9187d34..d90636c 100644
>> --- a/tcg/i386/tcg-target.c
>> +++ b/tcg/i386/tcg-target.c
>> @@ -22,6 +22,7 @@
>>    * THE SOFTWARE.
>>    */
>>
>> +#include "qemu/osdep.h"
>>   #include "tcg-be-ldst.h"
>>
>>   #ifndef NDEBUG
>
>
> Nack to these, and the others like them.
> These files are not standalone, they are
> included into tcg.c, so we ought not be
> re-including qemu/osdep.h here.

Mmm, but I preferred to retain the invariant that "all .c
files include osdep.h first" rather than special casing
these; the re-include is harmless.

Alternatively we could rename these tcg-target.c
files to some other extension that makes it clearer that
they're not standalone source files.

(This is commit 757e725b58c57 in master now, so I'll
write a patch that fixes things up.)

thanks
-- PMM



reply via email to

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