From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [PATCH 8/9] mips/kvm: Support FPU in MIPS KVM guests Date: Thu, 12 Mar 2015 17:00:22 +0000 Message-ID: <5501C626.7010101@imgtec.com> References: <1426087371-16166-1-git-send-email-james.hogan@imgtec.com> <1426087371-16166-9-git-send-email-james.hogan@imgtec.com> <5501C258.2040500@redhat.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvlRIHRGR34NMtSTceUJjVQcGFtfUXb5p" Cc: , Leon Alrae , Aurelien Jarno To: Paolo Bonzini , Return-path: Received: from mailapp01.imgtec.com ([195.59.15.196]:17700 "EHLO imgpgp01.kl.imgtec.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753901AbbCLRAY (ORCPT ); Thu, 12 Mar 2015 13:00:24 -0400 In-Reply-To: <5501C258.2040500@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: --GvlRIHRGR34NMtSTceUJjVQcGFtfUXb5p Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 12/03/15 16:44, Paolo Bonzini wrote: >=20 >=20 > On 11/03/2015 16:22, James Hogan wrote: >> diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h >> index 12045a11c036..410eb158f564 100644 >> --- a/linux-headers/linux/kvm.h >> +++ b/linux-headers/linux/kvm.h >> @@ -761,6 +761,7 @@ struct kvm_ppc_smmu_info { >> #define KVM_CAP_PPC_FIXUP_HCALL 103 >> #define KVM_CAP_PPC_ENABLE_HCALL 104 >> #define KVM_CAP_CHECK_EXTENSION_VM 105 >> +#define KVM_CAP_MIPS_FPU 107 >> =20 >=20 > Changes to linux-headers/linux/kvm.h should go in through a complete > sync of the kernel headers. The good thing is that then the series > becomes 100% MIPS-specific. :) Right. I'll maybe move all those changes in a preliminary "don't apply me" patch for reference (there are some other duplicated definitions in kvm.c too, similar to what patch 1 cleans up) and assume that one way or another a sync will happen between the KVM changes being merged and the QEMU patchset being applied. Cheers James --GvlRIHRGR34NMtSTceUJjVQcGFtfUXb5p Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJVAcYmAAoJEGwLaZPeOHZ6B94P/REGqtWIERmcESn4BRHuvTbc IH0kR+vJ3QXGLnLLfXtDyAME1eXyG8l7WLRy43AsyGdOX4fhzpWSTCtyRXNY05v6 cBjKhJysJYbaNhR5MOdOUYZdOGArDezoLkhiaaRgVeiOzbjR9H4FA+T2RYkrfaep ToqiJAZP9biD+SRmgl7jdk15u2hM3DbUE4Q9AVPFEpcLWoM/3b16psq+S4XlwDAX I1Fb+Ix2nkCNINwITEMOw/R5bnqa+7SUCdJDsZ549zG9Mc+0DDQ/zB4kX3+o3JBQ BOQRvEIV5F4QMVdOGArRJqpBWgHu+jtWxa2VHq2AaObovc/kDByiUlp5uahG1met 23Kpgrau3Jkn1X8DwWCyw7qryfr7tSqD38lm45kA4oi/DbC15QtRCRco8tj241P9 kVsRHc2pMrhKWGffTYzm4epsnKNtuTl83qfhHCjVbxb8aRKSUvXsX2DZXujPk0Co ZcsnYSYS/Wvw2v483qKmlFuzOItoxv+/F82673Wzb080+wTKetvnpan4PfZC6cZQ 8G3/CR7nKNzo+PztD1tvHmKNPhr8XwYNpqeeXkKv3l+gyQanK8j6bDk1xqtPsXrK k3KBUIucJJTredqb4j9gsgg0Z5nW7et84IRq2bFpk3x/mL+hxHBjMe3wzfK54TQD fiEs2CCH8nd5tJzG+Czd =eTzw -----END PGP SIGNATURE----- --GvlRIHRGR34NMtSTceUJjVQcGFtfUXb5p-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW6TG-0001zY-0i for qemu-devel@nongnu.org; Thu, 12 Mar 2015 13:00:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW6TA-0007iq-VL for qemu-devel@nongnu.org; Thu, 12 Mar 2015 13:00:29 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:57008 helo=imgpgp01.kl.imgtec.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW6TA-0007h9-Fe for qemu-devel@nongnu.org; Thu, 12 Mar 2015 13:00:24 -0400 Message-ID: <5501C626.7010101@imgtec.com> Date: Thu, 12 Mar 2015 17:00:22 +0000 From: James Hogan MIME-Version: 1.0 References: <1426087371-16166-1-git-send-email-james.hogan@imgtec.com> <1426087371-16166-9-git-send-email-james.hogan@imgtec.com> <5501C258.2040500@redhat.com> In-Reply-To: <5501C258.2040500@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvlRIHRGR34NMtSTceUJjVQcGFtfUXb5p" Subject: Re: [Qemu-devel] [PATCH 8/9] mips/kvm: Support FPU in MIPS KVM guests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: Leon Alrae , Aurelien Jarno , kvm@vger.kernel.org --GvlRIHRGR34NMtSTceUJjVQcGFtfUXb5p Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 12/03/15 16:44, Paolo Bonzini wrote: >=20 >=20 > On 11/03/2015 16:22, James Hogan wrote: >> diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h >> index 12045a11c036..410eb158f564 100644 >> --- a/linux-headers/linux/kvm.h >> +++ b/linux-headers/linux/kvm.h >> @@ -761,6 +761,7 @@ struct kvm_ppc_smmu_info { >> #define KVM_CAP_PPC_FIXUP_HCALL 103 >> #define KVM_CAP_PPC_ENABLE_HCALL 104 >> #define KVM_CAP_CHECK_EXTENSION_VM 105 >> +#define KVM_CAP_MIPS_FPU 107 >> =20 >=20 > Changes to linux-headers/linux/kvm.h should go in through a complete > sync of the kernel headers. The good thing is that then the series > becomes 100% MIPS-specific. :) Right. I'll maybe move all those changes in a preliminary "don't apply me" patch for reference (there are some other duplicated definitions in kvm.c too, similar to what patch 1 cleans up) and assume that one way or another a sync will happen between the KVM changes being merged and the QEMU patchset being applied. Cheers James --GvlRIHRGR34NMtSTceUJjVQcGFtfUXb5p Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJVAcYmAAoJEGwLaZPeOHZ6B94P/REGqtWIERmcESn4BRHuvTbc IH0kR+vJ3QXGLnLLfXtDyAME1eXyG8l7WLRy43AsyGdOX4fhzpWSTCtyRXNY05v6 cBjKhJysJYbaNhR5MOdOUYZdOGArDezoLkhiaaRgVeiOzbjR9H4FA+T2RYkrfaep ToqiJAZP9biD+SRmgl7jdk15u2hM3DbUE4Q9AVPFEpcLWoM/3b16psq+S4XlwDAX I1Fb+Ix2nkCNINwITEMOw/R5bnqa+7SUCdJDsZ549zG9Mc+0DDQ/zB4kX3+o3JBQ BOQRvEIV5F4QMVdOGArRJqpBWgHu+jtWxa2VHq2AaObovc/kDByiUlp5uahG1met 23Kpgrau3Jkn1X8DwWCyw7qryfr7tSqD38lm45kA4oi/DbC15QtRCRco8tj241P9 kVsRHc2pMrhKWGffTYzm4epsnKNtuTl83qfhHCjVbxb8aRKSUvXsX2DZXujPk0Co ZcsnYSYS/Wvw2v483qKmlFuzOItoxv+/F82673Wzb080+wTKetvnpan4PfZC6cZQ 8G3/CR7nKNzo+PztD1tvHmKNPhr8XwYNpqeeXkKv3l+gyQanK8j6bDk1xqtPsXrK k3KBUIucJJTredqb4j9gsgg0Z5nW7et84IRq2bFpk3x/mL+hxHBjMe3wzfK54TQD fiEs2CCH8nd5tJzG+Czd =eTzw -----END PGP SIGNATURE----- --GvlRIHRGR34NMtSTceUJjVQcGFtfUXb5p--