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

From: Avi Kivity
Date: Wed Feb 13 2008 - 02:44:56 EST


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.h>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 generated.

I see. Any suggestions besides adding lots of asm-*/kvm.h?

--
Any sufficiently difficult bug is indistinguishable from a feature.

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