Re: [PATCH 04/25] xen: Add XEN config options

2007-04-24 Thread Andi Kleen

> > Shouldn't this be after the change that adds arch/i386/xen/Kconfig?
> >
> > Otherwise you break bisects
> >   
> 
> It should be OK.  The series should build and run at each patch (though
> I have to admit I haven't tested this).  In general I've been adding
> config options for each feature as the feature itself is added.

But i don't see anything that creates arch/i386/xen before this?

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 04/25] xen: Add XEN config options

2007-04-23 Thread Jeremy Fitzhardinge
Andi Kleen wrote:
> On Monday 23 April 2007 23:56:42 Jeremy Fitzhardinge wrote:
>   
>> The XEN config option enables the Xen paravirt_ops interface, which is
>> installed when the kernel finds itself running under Xen.
>>
>> Xen is no longer a sub-architecture, so the X86_XEN subarch config
>> option has gone.
>>
>> Xen is currently incompatible with PREEMPT, but this is fixed up later
>> in the series.
>> 
>
> Shouldn't this be after the change that adds arch/i386/xen/Kconfig?
>
> Otherwise you break bisects
>   

It should be OK.  The series should build and run at each patch (though
I have to admit I haven't tested this).  In general I've been adding
config options for each feature as the feature itself is added.

J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 04/25] xen: Add XEN config options

2007-04-23 Thread Andi Kleen
On Monday 23 April 2007 23:56:42 Jeremy Fitzhardinge wrote:
> The XEN config option enables the Xen paravirt_ops interface, which is
> installed when the kernel finds itself running under Xen.
> 
> Xen is no longer a sub-architecture, so the X86_XEN subarch config
> option has gone.
> 
> Xen is currently incompatible with PREEMPT, but this is fixed up later
> in the series.

Shouldn't this be after the change that adds arch/i386/xen/Kconfig?

Otherwise you break bisects

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/