Hi Joerg, [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore]
config: i386-randconfig-x009-201540 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
arch/x86/kvm/svm.c: In function 'nested_svm_vmexit':
>> arch/x86/kvm/svm.c:2369:28: error: 'vcpu' undeclared (first use in this
>> function)
if (guest_cpuid_has_nrips(vcpu))
^
arch/x86/kvm/svm.c:2369:28: note: each undeclared identifier is reported
only once for each function it appears in
vim +/vcpu +2369 arch/x86/kvm/svm.c
2363 nested_vmcb->control.exit_code_hi =
vmcb->control.exit_code_hi;
2364 nested_vmcb->control.exit_info_1 =
vmcb->control.exit_info_1;
2365 nested_vmcb->control.exit_info_2 =
vmcb->control.exit_info_2;
2366 nested_vmcb->control.exit_int_info =
vmcb->control.exit_int_info;
2367 nested_vmcb->control.exit_int_info_err =
vmcb->control.exit_int_info_err;
2368
> 2369 if (guest_cpuid_has_nrips(vcpu))
2370 nested_vmcb->control.next_rip = vmcb->control.next_rip;
2371
2372 /*
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: Binary data
