From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Alrae Subject: Re: [PATCH v4 7/7] mips/kvm: Support MSA in MIPS KVM guests Date: Tue, 2 Feb 2016 13:56:30 +0000 Message-ID: <56B0B58E.70103@imgtec.com> References: <1450435564-30720-1-git-send-email-james.hogan@imgtec.com> <1450435564-30720-8-git-send-email-james.hogan@imgtec.com> <56B07DD6.8070203@imgtec.com> <20160202123946.GA5038@jhogan-linux.le.imgtec.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Paolo Bonzini , Aurelien Jarno , qemu-devel@nongnu.org, kvm@vger.kernel.org To: James Hogan Return-path: In-Reply-To: <20160202123946.GA5038@jhogan-linux.le.imgtec.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On 02/02/16 12:39, James Hogan wrote: > I can use restore_msa_fp_status(env); here, and actually the FP one > above (in previous patch) can change to restore_fp_status(env); too, > since it does the same thing. This sounds good. > I've rebased and resolved the uint64 thing too, would you like a resend? Yes, please. Thanks, Leon From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQbRh-0000F6-AG for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:56:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQbRc-0000nn-C8 for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:56:41 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:37312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQbRc-0000n1-5F for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:56:36 -0500 References: <1450435564-30720-1-git-send-email-james.hogan@imgtec.com> <1450435564-30720-8-git-send-email-james.hogan@imgtec.com> <56B07DD6.8070203@imgtec.com> <20160202123946.GA5038@jhogan-linux.le.imgtec.org> From: Leon Alrae Message-ID: <56B0B58E.70103@imgtec.com> Date: Tue, 2 Feb 2016 13:56:30 +0000 MIME-Version: 1.0 In-Reply-To: <20160202123946.GA5038@jhogan-linux.le.imgtec.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 7/7] mips/kvm: Support MSA in MIPS KVM guests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: James Hogan Cc: Paolo Bonzini , Aurelien Jarno , qemu-devel@nongnu.org, kvm@vger.kernel.org On 02/02/16 12:39, James Hogan wrote: > I can use restore_msa_fp_status(env); here, and actually the FP one > above (in previous patch) can change to restore_fp_status(env); too, > since it does the same thing. This sounds good. > I've rebased and resolved the uint64 thing too, would you like a resend? Yes, please. Thanks, Leon