Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-10 Thread Borislav Petkov
On Tue, Jun 10, 2014 at 10:13:48AM +0100, Ian Campbell wrote: > NB the overhead I meant was a few kbs of .text and modules, not > runtime overhead. Whatever, no thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list:

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-10 Thread Ian Campbell
On Tue, 2014-06-10 at 11:01 +0200, Borislav Petkov wrote: > On Tue, Jun 10, 2014 at 09:35:39AM +0100, Ian Campbell wrote: > > Actually what I meant was to *replace* kvmconfig with virtconfig and > > then add the Xen stuff to it, i.e. to have a single thing to maintain > > for all virt platforms,

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-10 Thread Borislav Petkov
On Tue, Jun 10, 2014 at 09:35:39AM +0100, Ian Campbell wrote: > Actually what I meant was to *replace* kvmconfig with virtconfig and > then add the Xen stuff to it, i.e. to have a single thing to maintain > for all virt platforms, rather than end up with all 3 options. > > I think the overhead of

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-10 Thread Ian Campbell
On Mon, 2014-06-09 at 19:15 +0200, Luis R. Rodriguez wrote: > On Sat, Jun 07, 2014 at 11:04:30AM +0200, Borislav Petkov wrote: > > On Fri, Jun 06, 2014 at 04:11:09PM -0700, Luis R. Rodriguez wrote: > > > From: "Luis R. Rodriguez" > > > > > > This lets you use: > > > > > >make virtconfig > >

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-10 Thread Ian Campbell
On Mon, 2014-06-09 at 19:15 +0200, Luis R. Rodriguez wrote: On Sat, Jun 07, 2014 at 11:04:30AM +0200, Borislav Petkov wrote: On Fri, Jun 06, 2014 at 04:11:09PM -0700, Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@suse.com This lets you use: make virtconfig

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-10 Thread Borislav Petkov
On Tue, Jun 10, 2014 at 09:35:39AM +0100, Ian Campbell wrote: Actually what I meant was to *replace* kvmconfig with virtconfig and then add the Xen stuff to it, i.e. to have a single thing to maintain for all virt platforms, rather than end up with all 3 options. I think the overhead of

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-10 Thread Ian Campbell
On Tue, 2014-06-10 at 11:01 +0200, Borislav Petkov wrote: On Tue, Jun 10, 2014 at 09:35:39AM +0100, Ian Campbell wrote: Actually what I meant was to *replace* kvmconfig with virtconfig and then add the Xen stuff to it, i.e. to have a single thing to maintain for all virt platforms, rather

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-10 Thread Borislav Petkov
On Tue, Jun 10, 2014 at 10:13:48AM +0100, Ian Campbell wrote: NB the overhead I meant was a few kbs of .text and modules, not runtime overhead. Whatever, no thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-09 Thread Luis R. Rodriguez
On Sat, Jun 07, 2014 at 11:04:30AM +0200, Borislav Petkov wrote: > On Fri, Jun 06, 2014 at 04:11:09PM -0700, Luis R. Rodriguez wrote: > > From: "Luis R. Rodriguez" > > > > This lets you use: > > > >make virtconfig > > > > to merge you current kernel configuration with options to > > enable

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-09 Thread Luis R. Rodriguez
On Sat, Jun 07, 2014 at 02:14:11AM -0700, David Rientjes wrote: > On Fri, 6 Jun 2014, Luis R. Rodriguez wrote: > > > From: "Luis R. Rodriguez" > > > > This lets you use: > > > >make virtconfig > > > > to merge you current kernel configuration with options to > > enable both kvm and xen

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-09 Thread Luis R. Rodriguez
On Sat, Jun 07, 2014 at 02:14:11AM -0700, David Rientjes wrote: On Fri, 6 Jun 2014, Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@suse.com This lets you use: make virtconfig to merge you current kernel configuration with options to enable both kvm and xen (dom0

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-09 Thread Luis R. Rodriguez
On Sat, Jun 07, 2014 at 11:04:30AM +0200, Borislav Petkov wrote: On Fri, Jun 06, 2014 at 04:11:09PM -0700, Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@suse.com This lets you use: make virtconfig to merge you current kernel configuration with options to enable

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-07 Thread David Rientjes
On Fri, 6 Jun 2014, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > This lets you use: > >make virtconfig > > to merge you current kernel configuration with options to > enable both kvm and xen (dom0 and guest) requirements. > I'm not sure that this shortcut is worth a separate

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-07 Thread Borislav Petkov
On Fri, Jun 06, 2014 at 04:11:09PM -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > This lets you use: > >make virtconfig > > to merge you current kernel configuration with options to > enable both kvm and xen (dom0 and guest) requirements. What would be the use case for

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-07 Thread Borislav Petkov
On Fri, Jun 06, 2014 at 04:11:09PM -0700, Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@suse.com This lets you use: make virtconfig to merge you current kernel configuration with options to enable both kvm and xen (dom0 and guest) requirements. What would be the use case

Re: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-07 Thread David Rientjes
On Fri, 6 Jun 2014, Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@suse.com This lets you use: make virtconfig to merge you current kernel configuration with options to enable both kvm and xen (dom0 and guest) requirements. I'm not sure that this shortcut is worth a

[PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-06 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" This lets you use: make virtconfig to merge you current kernel configuration with options to enable both kvm and xen (dom0 and guest) requirements. Cc: Borislav Petkov Cc: Pekka Enberg Cc: David Rientjes Cc: Michal Marek Cc: Randy Dunlap Cc:

[PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper

2014-06-06 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@suse.com This lets you use: make virtconfig to merge you current kernel configuration with options to enable both kvm and xen (dom0 and guest) requirements. Cc: Borislav Petkov b...@suse.de Cc: Pekka Enberg penb...@kernel.org Cc: David Rientjes