From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEkSq-0006CW-1P for qemu-devel@nongnu.org; Mon, 13 Jul 2015 16:36:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEkSm-00087E-0r for qemu-devel@nongnu.org; Mon, 13 Jul 2015 16:36:35 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:59406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEkSl-000872-SY for qemu-devel@nongnu.org; Mon, 13 Jul 2015 16:36:31 -0400 Date: Mon, 13 Jul 2015 13:36:29 -0700 From: Meador Inge Message-ID: <20150713203629.GD24071@mentor.com> References: <1436208832-17651-1-git-send-email-meadori@codesourcery.com> <1436208832-17651-3-git-send-email-meadori@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 2/2] target-arm: Add "anyvfp" CPU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Mon, Jul 06, 2015 at 11:31:37PM +0100, Peter Maydell wrote: > I'm not convinced. System mode gives you a bare metal > system -- it's the bare metal app's job to enable > VFP if it wants to use it. If your bare metal app > doesn't do that then it is broken. Fair enough. I knew this patch would be a bit of a stretch :-) Thanks. -- Meador