linux-next: build failure after merge of the kvm tree
From: Stephen Rothwell
Date: Sun Dec 18 2016 - 20:11:38 EST
Hi all,
After merging the kvm tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
arch/x86/kernel/kvm.c: In function '__kvm_vcpu_is_preempted':
arch/x86/kernel/kvm.c:596:14: error: 'struct kvm_steal_time' has no member named 'preempted'
return !!src->preempted;
^
arch/x86/kernel/kvm.c:597:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Caused by commit
b94c3698b4b0 ("Revert "x86/kvm: Support the vCPU preemption check"")
I have used the kvm tree from next-20161216 for today.
--
Cheers,
Stephen Rothwell