tree: https://git.kernel.org/pub/scm/virt/kvm/kvm.git queue head: eb9d5fef66c5fb32f898103784c40ca7b2ae5fa4 commit: 1561fcbc8e1663268bc69dc59b1c86aca4cf203d [23/86] KVM: x86: Explicitly #define the VCPU_REGS_* indices config: x86_64-randconfig-u0-02161001 (attached as .config) compiler: gcc-5 (Debian 5.5.0-3) 5.4.1 20171010 reproduce: git checkout 1561fcbc8e1663268bc69dc59b1c86aca4cf203d # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): In file included from include/linux/kvm_host.h:38:0, from arch/x86/kvm/../../../virt/kvm/kvm_main.c:21: >> arch/x86/include/asm/kvm_host.h:38:31: fatal error: asm/kvm_vcpu_regs.h: No such file or directory compilation terminated. vim +38 arch/x86/include/asm/kvm_host.h 30 31 #include <asm/apic.h> 32 #include <asm/pvclock-abi.h> 33 #include <asm/desc.h> 34 #include <asm/mtrr.h> 35 #include <asm/msr-index.h> 36 #include <asm/asm.h> 37 #include <asm/kvm_page_track.h> > 38 #include <asm/kvm_vcpu_regs.h> 39 #include <asm/hyperv-tlfs.h> 40 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip