Il 19/05/2013 07:47, Sanjay Lal ha scritto: > +#endif > + local_irq_save(flags); > + if (kvm_mips_handle_vz_root_tlb_fault(badvaddr, vcpu) < 0) { > + run->exit_reason = KVM_EXIT_INTERNAL_ERROR; > + er = EMULATE_FAIL; > + } > + local_irq_restore(flags); > + } This is introduced much later. Please make sure that, with CONFIG_KVM_MIPS_VZ, every patch builds. Paolo