Add kernel header update script
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 8 Jun 2011 16:22:17 +0000 (18:22 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 20 Jun 2011 18:12:22 +0000 (15:12 -0300)
commit791df8354d2d526e9a95b6f4a8b43e61bf555854
tree8a0d1acdd02b565055527f76e2e1808d0eeb7071
parent4678ec5c568fe26427816f52fb145a92c3b32ece
Add kernel header update script

This helper pulls the required kernel headers for KVM and vhost into a
specified directory. The update is triggered via

    scripts/update-linux-headers.sh LINUX_PATH

and will place the output under linux-headers/linux and linux-headers/asm-*.
It also imports the COPYING to care for headers without an explicit license.

CC: Alexander Graf <agraf@suse.de>
CC: Christoph Hellwig <hch@lst.de>
CC: Peter Maydell <peter.maydell@linaro.org>
CC: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
linux-headers/README [new file with mode: 0644]
scripts/update-linux-headers.sh [new file with mode: 0755]