From mboxrd@z Thu Jan 1 00:00:00 1970 From: rusty@rustcorp.com.au (Rusty Russell) Date: Thu, 11 Oct 2012 12:12:58 +1030 Subject: [kvmarm] [PATCH v2 12/14] KVM: ARM: VFP userspace interface In-Reply-To: References: <20121001090945.49198.68950.stgit@ubuntu> <20121001091125.49198.90819.stgit@ubuntu> Message-ID: <87626h942l.fsf@rustcorp.com.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Christoffer Dall writes: > On Tue, Oct 9, 2012 at 2:11 PM, Peter Maydell wrote: >> On 1 October 2012 10:11, Christoffer Dall wrote: >>> From: Rusty Russell ... >>> +ARM 32-bit VFP control registers have the following id bit patterns: >>> + 0x4002 0000 0012 1 >>> + >>> +ARM 64-bit FP registers have the following id bit patterns: >>> + 0x4002 0000 0012 0 >>> + >> >> In the other entries in this section, indicates a 3 bit field. >> But I think for these two it's trying to indicate a 3 byte field. ... > right you are, I'll modify this. Thanks! Rusty. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [kvmarm] [PATCH v2 12/14] KVM: ARM: VFP userspace interface Date: Thu, 11 Oct 2012 12:12:58 +1030 Message-ID: <87626h942l.fsf@rustcorp.com.au> References: <20121001090945.49198.68950.stgit@ubuntu> <20121001091125.49198.90819.stgit@ubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, Rusty Russell To: Christoffer Dall , Peter Maydell Return-path: Received: from ozlabs.org ([203.10.76.45]:44604 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932265Ab2JKBwI (ORCPT ); Wed, 10 Oct 2012 21:52:08 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Christoffer Dall writes: > On Tue, Oct 9, 2012 at 2:11 PM, Peter Maydell wrote: >> On 1 October 2012 10:11, Christoffer Dall wrote: >>> From: Rusty Russell ... >>> +ARM 32-bit VFP control registers have the following id bit patterns: >>> + 0x4002 0000 0012 1 >>> + >>> +ARM 64-bit FP registers have the following id bit patterns: >>> + 0x4002 0000 0012 0 >>> + >> >> In the other entries in this section, indicates a 3 bit field. >> But I think for these two it's trying to indicate a 3 byte field. ... > right you are, I'll modify this. Thanks! Rusty.