On 2016/1/25 22:35, Jan Beulich wrote:
On 23.01.16 at 09:00, wrote:
>> > --- a/xen/include/xen/config.h
>> > +++ b/xen/include/xen/config.h
>> > @@ -7,7 +7,7 @@
>> > #ifndef __XEN_CONFIG_H__
>> > #define __XEN_CONFIG_H__
>> >
>> > -#include
>> > +#include
> Why? I don't see why all so
>>> On 23.01.16 at 09:00, wrote:
> --- a/xen/include/xen/config.h
> +++ b/xen/include/xen/config.h
> @@ -7,7 +7,7 @@
> #ifndef __XEN_CONFIG_H__
> #define __XEN_CONFIG_H__
>
> -#include
> +#include
Why? I don't see why all source files need to include this new
header, no matter whether they
On 2016/1/24 2:42, Andrew Cooper wrote:
> On 23/01/16 17:14, Jonathan Creekmore wrote:
>> Shannon Zhao writes:
>>
>>> From: Shannon Zhao
>>>
>>> To support using CONFIG_ options in C/CPP expressions, import kconfig.h
>>> from the Linux v4.3 tag (commit id
>>> 6a13feb9c82803e2b815eca72fa7a9f5561d
On 23/01/16 17:14, Jonathan Creekmore wrote:
> Shannon Zhao writes:
>
>> From: Shannon Zhao
>>
>> To support using CONFIG_ options in C/CPP expressions, import kconfig.h
>> from the Linux v4.3 tag (commit id
>> 6a13feb9c82803e2b815eca72fa7a9f5561d7861).
>>
>> CC: Doug Goldstein
>> Signed-off-by:
Shannon Zhao writes:
> From: Shannon Zhao
>
> To support using CONFIG_ options in C/CPP expressions, import kconfig.h
> from the Linux v4.3 tag (commit id
> 6a13feb9c82803e2b815eca72fa7a9f5561d7861).
>
> CC: Doug Goldstein
> Signed-off-by: Shannon Zhao
> ---
> xen/include/xen/config.h | 2 +
From: Shannon Zhao
To support using CONFIG_ options in C/CPP expressions, import kconfig.h
from the Linux v4.3 tag (commit id
6a13feb9c82803e2b815eca72fa7a9f5561d7861).
CC: Doug Goldstein
Signed-off-by: Shannon Zhao
---
xen/include/xen/config.h | 2 +-
xen/include/xen/kconfig.h | 54 +++