]> git.proxmox.com Git - qemu.git/commit
update-linux-headers.sh: Handle new kernel uapi/ directories
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Oct 2012 11:54:39 +0000 (12:54 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 31 Oct 2012 01:39:53 +0000 (23:39 -0200)
commitb55f546eefe79cb6e6b15ebb23f352a736bafc39
treed30c1edd80d4ab6e18afb195083dfabe3c2af8c1
parent12869995ea4f436ab76af5059fd2e9ae83c6cf9d
update-linux-headers.sh: Handle new kernel uapi/ directories

Recent kernels have moved to keeping the userspace headers
in uapi/ subdirectories. This breaks the detection of whether an
architecture has KVM support in the kernel because kvm.h has
moved in the kernel source tree. Update the check to support
both the old and new locations.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
scripts/update-linux-headers.sh