[Buildroot] [PATCH 2/3] kvmtool: fix build with kernel headers >= 4.12

Bernd Kuhls bernd.kuhls at t-online.de
Sun Aug 20 08:06:22 UTC 2017


Am Sat, 19 Aug 2017 22:55:27 +0200 schrieb Thomas Petazzoni:

> In Linux 4.12, the header <asm/msr-index.h> has been removed from the
> set of headers exported to userspace. Therefore, it cannot be used by
> kvmtool anymore. This commit takes the simple approach of duplicating
> inside kvmtool the MSR_* definitions that were used from this
> <asm/msr-index.h> header.
> 
> This fixes:
> 
> x86/kvm-cpu.c:7:27: fatal error: asm/msr-index.h: No such file or
> directory
>  #include <asm/msr-index.h>
> 
> Which is the second part of:
> 
>   http://autobuild.buildroot.net/
results/4459a909e735343d1cf768d30466bc3c57eca19e/

Tested-by: Bernd Kuhls <bernd.kuhls at t-online.de>
[ build-tested using http://autobuild.buildroot.net/results/ae4/
ae434d85be12d07dddf4c955855120da83a19dd6/defconfig ]




More information about the buildroot mailing list