From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: [PATCH 0/4] QEMU MIPS KVM improvements for v2.1 Date: Thu, 26 Jun 2014 10:44:21 +0100 Message-ID: <1403775865-25219-1-git-send-email-james.hogan@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: , Aurelien Jarno , "Paolo Bonzini" , James Hogan To: Return-path: Received: from mailapp01.imgtec.com ([195.59.15.196]:10519 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751425AbaFZJon (ORCPT ); Thu, 26 Jun 2014 05:44:43 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-) -- 1.9.3 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X06Ee-0002zC-5w for qemu-devel@nongnu.org; Thu, 26 Jun 2014 05:44:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X06EY-0008HP-1Q for qemu-devel@nongnu.org; Thu, 26 Jun 2014 05:44:52 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:24669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X06EX-0008Gd-S0 for qemu-devel@nongnu.org; Thu, 26 Jun 2014 05:44:45 -0400 From: James Hogan Date: Thu, 26 Jun 2014 10:44:21 +0100 Message-ID: <1403775865-25219-1-git-send-email-james.hogan@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: [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: qemu-devel@nongnu.org Cc: Paolo Bonzini , James Hogan , Aurelien Jarno , kvm@vger.kernel.org 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(-) --=20 1.9.3