From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 06/18] KVM/MIPS32-VZ: VZ-ASE related callbacks to handle guest exceptions that trap to the Root context. Date: Tue, 28 May 2013 18:14:48 +0200 Message-ID: <51A4D7F8.3060300@redhat.com> References: <1368942460-15577-1-git-send-email-sanjayl@kymasys.com> <1368942460-15577-7-git-send-email-sanjayl@kymasys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-mips@linux-mips.org, Ralf Baechle , Gleb Natapov , Marcelo Tosatti To: Sanjay Lal Return-path: Received: from mail-qe0-f46.google.com ([209.85.128.46]:43933 "EHLO mail-qe0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934674Ab3E1QPB (ORCPT ); Tue, 28 May 2013 12:15:01 -0400 Received: by mail-qe0-f46.google.com with SMTP id 1so4369548qee.33 for ; Tue, 28 May 2013 09:15:00 -0700 (PDT) In-Reply-To: <1368942460-15577-7-git-send-email-sanjayl@kymasys.com> Sender: kvm-owner@vger.kernel.org List-ID: 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