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