Re: [PATCH] kbuild: kvm: make export of linux/kvm_para.h unconditional

2012-09-16 Thread Geert Uytterhoeven
On Fri, Aug 3, 2012 at 3:11 PM, Arnd Bergmann wrote: > On Friday 03 August 2012, Sam Ravnborg wrote: >> > > I know we here hit a bad thing with the generic-y support, >> > > where we miss a good way to add a file to a lot of archs >> > > without editing a lot of files. >> > >> > If there isn't a g

Re: [PATCH] kbuild: kvm: make export of linux/kvm_para.h unconditional

2012-08-03 Thread Arnd Bergmann
On Friday 03 August 2012, Sam Ravnborg wrote: > > > I know we here hit a bad thing with the generic-y support, > > > where we miss a good way to add a file to a lot of archs > > > without editing a lot of files. > > > > If there isn't a generic version of the header, then yes, I guess you have > >

Re: [PATCH] kbuild: kvm: make export of linux/kvm_para.h unconditional

2012-08-03 Thread Sam Ravnborg
On Fri, Aug 03, 2012 at 01:51:44PM +0100, Will Deacon wrote: > On Thu, Aug 02, 2012 at 09:29:11PM +0100, Sam Ravnborg wrote: > > On Thu, Aug 02, 2012 at 05:19:20PM +0300, Avi Kivity wrote: > > > Can you get it reviewed by someone who is familiar with this? This is > > > probably the third fix for

Re: [PATCH] kbuild: kvm: make export of linux/kvm_para.h unconditional

2012-08-03 Thread Will Deacon
On Thu, Aug 02, 2012 at 09:29:11PM +0100, Sam Ravnborg wrote: > On Thu, Aug 02, 2012 at 05:19:20PM +0300, Avi Kivity wrote: > > Can you get it reviewed by someone who is familiar with this? This is > > probably the third fix for the this issue. > > IMO the patch is wrong. > Any use of wildcards i

Re: [PATCH] kbuild: kvm: make export of linux/kvm_para.h unconditional

2012-08-02 Thread Sam Ravnborg
On Thu, Aug 02, 2012 at 05:19:20PM +0300, Avi Kivity wrote: > On 08/02/2012 03:25 PM, Will Deacon wrote: > > On Thu, Jul 26, 2012 at 02:44:14PM +0100, Will Deacon wrote: > >> The asm-generic version of kvm_para.h is always exported, confusing the > >> Kbuild wildcarding that tries to detect whether

Re: [PATCH] kbuild: kvm: make export of linux/kvm_para.h unconditional

2012-08-02 Thread Avi Kivity
On 08/02/2012 03:25 PM, Will Deacon wrote: > On Thu, Jul 26, 2012 at 02:44:14PM +0100, Will Deacon wrote: >> The asm-generic version of kvm_para.h is always exported, confusing the >> Kbuild wildcarding that tries to detect whether the source architecture >> is exporting the header, since asm-* mat

Re: [PATCH] kbuild: kvm: make export of linux/kvm_para.h unconditional

2012-08-02 Thread Will Deacon
On Thu, Jul 26, 2012 at 02:44:14PM +0100, Will Deacon wrote: > The asm-generic version of kvm_para.h is always exported, confusing the > Kbuild wildcarding that tries to detect whether the source architecture > is exporting the header, since asm-* matches the generic version. > > This patch uncond

[PATCH] kbuild: kvm: make export of linux/kvm_para.h unconditional

2012-07-26 Thread Will Deacon
The asm-generic version of kvm_para.h is always exported, confusing the Kbuild wildcarding that tries to detect whether the source architecture is exporting the header, since asm-* matches the generic version. This patch unconditionally exports linux/kvm_para.h and fixes the few remaining architec