From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQcLJ-0007HV-En for qemu-devel@nongnu.org; Thu, 20 Mar 2014 08:45:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQcLD-0003Pl-GS for qemu-devel@nongnu.org; Thu, 20 Mar 2014 08:45:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQcLD-0003Pg-8C for qemu-devel@nongnu.org; Thu, 20 Mar 2014 08:44:59 -0400 Message-ID: <532AE2B4.5020806@redhat.com> Date: Thu, 20 Mar 2014 13:44:36 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1394801281-18997-1-git-send-email-james.hogan@imgtec.com> <5329C856.2090206@redhat.com> <532ABC4D.6010406@imgtec.com> In-Reply-To: <532ABC4D.6010406@imgtec.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: James Hogan Cc: Aurelien Jarno , Gleb Natapov , qemu-devel@nongnu.org, kvm@vger.kernel.org, Sanjay Lal Il 20/03/2014 11:00, James Hogan ha scritto: >> > Just a few comments. With what version of the kernel can this be tested? > KVM support was added in v3.10, including defconfigs and a > CONFIG_KVM_GUEST to ensure the kernel is linked to the different address. Yes, but you still need support for CP0_COUNT/CP0_COMPARE in the onereg interface. I haven't checked if other registers are missing. Paolo