From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X06fY-000878-Ty for qemu-devel@nongnu.org; Thu, 26 Jun 2014 06:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X06fQ-0000Th-Ln for qemu-devel@nongnu.org; Thu, 26 Jun 2014 06:12:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X06fQ-0000Ta-De for qemu-devel@nongnu.org; Thu, 26 Jun 2014 06:12:32 -0400 Message-ID: <53ABF1FA.8060703@redhat.com> Date: Thu, 26 Jun 2014 12:12:10 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403775865-25219-1-git-send-email-james.hogan@imgtec.com> In-Reply-To: <1403775865-25219-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 0/4] QEMU MIPS KVM improvements for v2.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: James Hogan , qemu-devel@nongnu.org Cc: Aurelien Jarno , kvm@vger.kernel.org Il 26/06/2014 11:44, James Hogan ha scritto: > This patchset has a few improvements & minor fixes for MIPS KVM support. > > Patches 1-2 are fixes for forward compatibility of savevm with MIPS KVM. > Patch 3 just corrects comments and an error message. > Patch 4 adds errors when the wrong type of kernel is provided. > > James Hogan (4): > mips/kvm: Init EBase to correct KSEG0 > mips_malta: Change default KVM cpu to 24Kc (no FP) > mips_malta: Remove incorrect KVM T&E references > mips_malta: Catch kernels linked at wrong address > > hw/mips/mips_malta.c | 27 +++++++++++++++++++++++---- > target-mips/translate.c | 8 +++++++- > 2 files changed, 30 insertions(+), 5 deletions(-) > Looks good, I'm just a bit unsure about patch 2. Is FPU support on the todo list? Is the idea to add a KVM capability when you add it? Paolo