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 witho
On 8 June 2011 17:22, Jan Kiszka wrote:
> 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
> Signed-off-by: Jan Kiszka
> ---
>
> Changes in v3:
> - remove bashism
Thanks;