Re: [PATCH 1/3] Virtualization config cleanup: Select CONFIG_PARAVIRT when required

2007-09-24 Thread Rusty Russell
On Tue, 2007-09-25 at 06:26 +0200, Adrian Bunk wrote: > On Tue, Sep 25, 2007 at 02:20:03PM +1000, Rusty Russell wrote: > > On Tue, 2007-09-25 at 06:05 +0200, Adrian Bunk wrote: > > > depends on !(X86_VISWS || X86_VOYAGER) > > > > Hmm, if A selects B and B depends on C, does A not depend on C? > >

Re: [PATCH 1/3] Virtualization config cleanup: Select CONFIG_PARAVIRT when required

2007-09-24 Thread Adrian Bunk
On Tue, Sep 25, 2007 at 02:20:03PM +1000, Rusty Russell wrote: > On Tue, 2007-09-25 at 06:05 +0200, Adrian Bunk wrote: > > depends on !(X86_VISWS || X86_VOYAGER) > > Hmm, if A selects B and B depends on C, does A not depend on C? No. > If not, I'll patch this... > > Thanks, > Rusty. cu Adrian

Re: [PATCH 1/3] Virtualization config cleanup: Select CONFIG_PARAVIRT when required

2007-09-24 Thread Rusty Russell
On Tue, 2007-09-25 at 06:05 +0200, Adrian Bunk wrote: > depends on !(X86_VISWS || X86_VOYAGER) Hmm, if A selects B and B depends on C, does A not depend on C? If not, I'll patch this... Thanks, Rusty. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: [PATCH 1/3] Virtualization config cleanup: Select CONFIG_PARAVIRT when required

2007-09-24 Thread Adrian Bunk
On Tue, Sep 25, 2007 at 01:58:08PM +1000, Rusty Russell wrote: > (Unless there are complaints, I'll push this as part of the lguest > patches for 2.6.24, since there are lguest config changes there too). > > Andi points out that PARAVIRT is an option best selected when needed. > > We introduce PA

[PATCH 1/3] Virtualization config cleanup: Select CONFIG_PARAVIRT when required

2007-09-24 Thread Rusty Russell
(Unless there are complaints, I'll push this as part of the lguest patches for 2.6.24, since there are lguest config changes there too). Andi points out that PARAVIRT is an option best selected when needed. We introduce PARAVIRT_GUEST for the menu itself, and select PARAVIRT if the user turns on