From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW6E6-0002ls-78 for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:44:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW6E2-0001XO-Va for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:44:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW6E2-0001X1-PO for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:44:46 -0400 Message-ID: <5501C258.2040500@redhat.com> Date: Thu, 12 Mar 2015 17:44:08 +0100 From: Paolo Bonzini 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> In-Reply-To: <1426087371-16166-9-git-send-email-james.hogan@imgtec.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: James Hogan , qemu-devel@nongnu.org Cc: Leon Alrae , Aurelien Jarno , kvm@vger.kernel.org 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 > 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. :) Paolo