Re: KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-02-14 Thread Avi Kivity
Sam Ravnborg wrote: On Wed, Feb 13, 2008 at 09:43:49AM +0200, Avi Kivity wrote: Olaf Hering wrote: Currently, make headers_check barfs due to , which includes, not existing. Rather than add a zillion s, export kvm.h only if the arch actually supports it. This makes

Re: KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-02-14 Thread Avi Kivity
Sam Ravnborg wrote: On Wed, Feb 13, 2008 at 09:43:49AM +0200, Avi Kivity wrote: Olaf Hering wrote: Currently, make headers_check barfs due to asm/kvm.h, which linux/kvm.h includes, not existing. Rather than add a zillion asm/kvm.hs, export kvm.h only if the arch actually supports

Re: KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-02-13 Thread Sam Ravnborg
On Wed, Feb 13, 2008 at 09:43:49AM +0200, Avi Kivity wrote: > Olaf Hering wrote: > >>Currently, make headers_check barfs due to , which > >> > >>includes, not existing. Rather than add a zillion s, export > >>kvm.h > >>only if the arch actually supports it. > >> > > > >This makes

Re: KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-02-13 Thread Sam Ravnborg
On Wed, Feb 13, 2008 at 09:43:49AM +0200, Avi Kivity wrote: Olaf Hering wrote: Currently, make headers_check barfs due to asm/kvm.h, which linux/kvm.h includes, not existing. Rather than add a zillion asm/kvm.hs, export kvm.h only if the arch actually supports it. This makes

Re: KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-02-12 Thread Avi Kivity
Olaf Hering wrote: Currently, make headers_check barfs due to , which includes, not existing. Rather than add a zillion s, export kvm.h only if the arch actually supports it. This makes headers_install_all unreliable. linux/kvm.h will not be exported, depending on what system the libc

Re: KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-02-12 Thread Avi Kivity
Olaf Hering wrote: Currently, make headers_check barfs due to asm/kvm.h, which linux/kvm.h includes, not existing. Rather than add a zillion asm/kvm.hs, export kvm.h only if the arch actually supports it. This makes headers_install_all unreliable. linux/kvm.h will not be exported,

Re: KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-02-10 Thread Olaf Hering
> Currently, make headers_check barfs due to , which > includes, not existing. Rather than add a zillion s, export kvm.h > only if the arch actually supports it. This makes headers_install_all unreliable. linux/kvm.h will not be exported, depending on what system the libc headers will be

Re: KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-02-10 Thread Olaf Hering
Currently, make headers_check barfs due to asm/kvm.h, which linux/kvm.h includes, not existing. Rather than add a zillion asm/kvm.hs, export kvm.h only if the arch actually supports it. This makes headers_install_all unreliable. linux/kvm.h will not be exported, depending on what system the

Re: [PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-01-01 Thread Avi Kivity
Sam Ravnborg wrote: On Tue, Jan 01, 2008 at 05:35:47PM +0200, Avi Kivity wrote: Currently, make headers_check barfs due to , which includes, not existing. Rather than add a zillion s, export kvm.h only if the arch actually supports it. Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> ---

Re: [PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-01-01 Thread Sam Ravnborg
On Tue, Jan 01, 2008 at 05:35:47PM +0200, Avi Kivity wrote: > Currently, make headers_check barfs due to , which > includes, not existing. Rather than add a zillion s, export kvm.h > only if the arch actually supports it. > > Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> > --- >

[PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-01-01 Thread Avi Kivity
Currently, make headers_check barfs due to , which includes, not existing. Rather than add a zillion s, export kvm.h only if the arch actually supports it. Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> --- arch/x86/Kconfig |4 drivers/kvm/Kconfig |4 ++-- include/linux/Kbuild

[PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-01-01 Thread Avi Kivity
Currently, make headers_check barfs due to asm/kvm.h, which linux/kvm.h includes, not existing. Rather than add a zillion asm/kvm.hs, export kvm.h only if the arch actually supports it. Signed-off-by: Avi Kivity [EMAIL PROTECTED] --- arch/x86/Kconfig |4 drivers/kvm/Kconfig |4

Re: [PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-01-01 Thread Sam Ravnborg
On Tue, Jan 01, 2008 at 05:35:47PM +0200, Avi Kivity wrote: Currently, make headers_check barfs due to asm/kvm.h, which linux/kvm.h includes, not existing. Rather than add a zillion asm/kvm.hs, export kvm.h only if the arch actually supports it. Signed-off-by: Avi Kivity [EMAIL PROTECTED]

Re: [PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM

2008-01-01 Thread Avi Kivity
Sam Ravnborg wrote: On Tue, Jan 01, 2008 at 05:35:47PM +0200, Avi Kivity wrote: Currently, make headers_check barfs due to asm/kvm.h, which linux/kvm.h includes, not existing. Rather than add a zillion asm/kvm.hs, export kvm.h only if the arch actually supports it. Signed-off-by: Avi