Hi Christoffer, Building some packages of v3.11-rc7 which had KVM enabled I stumbled across a build error in reset.c, sadly I didn't remember to save the output but the problem is pretty obvious: arch/arm/kvm/reset.c has: int kvm_reset_vcpu(struct kvm_vcpu *vcpu) { struct kvm_regs *cpu_reset; while arch/arm/include/asm/proc-fns.h has : #define cpu_reset processor.reset So reset.i ends up with: int kvm_reset_vcpu(struct kvm_vcpu *vcpu) { struct kvm_regs *processor.reset; Which is an obvious syntax error. .config was Debian's armmp (multiplatform) flavour + LPAE + KVM. Ian. _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm