From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQJXZ-00014k-7q for qemu-devel@nongnu.org; Wed, 19 Mar 2014 12:40:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQJXQ-00058I-TS for qemu-devel@nongnu.org; Wed, 19 Mar 2014 12:40:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQJXQ-00058A-Ln for qemu-devel@nongnu.org; Wed, 19 Mar 2014 12:40:20 -0400 Message-ID: <5329C856.2090206@redhat.com> Date: Wed, 19 Mar 2014 17:39:50 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1394801281-18997-1-git-send-email-james.hogan@imgtec.com> In-Reply-To: <1394801281-18997-1-git-send-email-james.hogan@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 , qemu-devel@nongnu.org Cc: Sanjay Lal , Gleb Natapov , Aurelien Jarno , kvm@vger.kernel.org Il 14/03/2014 13:47, James Hogan ha scritto: > This patchset is based on Sanjay Lal's V1 patchset from 2nd March 2013: > https://patchwork.kernel.org/project/kvm/list/?submitter=51991&state=*&q=qemu-devel > > I think I've addressed all the V1 feedback. The other main change is the > removal of the boot-CPS ROM code binary blob and GIC/SMP support since > it's all slightly orthogonal to KVM support. Instead the existing > minimal bootloader code for Malta has been updated to work with KVM T&E. Just a few comments. With what version of the kernel can this be tested? Paolo