From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDGK7-0001m3-Vg for qemu-devel@nongnu.org; Mon, 19 Jan 2015 12:41:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDGK1-0001Fr-6g for qemu-devel@nongnu.org; Mon, 19 Jan 2015 12:41:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDGK1-0001Fe-04 for qemu-devel@nongnu.org; Mon, 19 Jan 2015 12:41:05 -0500 Date: Mon, 19 Jan 2015 18:40:55 +0100 From: Andrew Jones Message-ID: <20150119174055.GC32498@hawk.usersys.redhat.com> References: <1421164091-19989-1-git-send-email-drjones@redhat.com> <1421164091-19989-3-git-send-email-drjones@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 2/2] tcg-arm: more instruction execution control List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Fri, Jan 16, 2015 at 07:02:55PM +0000, Peter Maydell wrote: > On 16 January 2015 at 16:16, Peter Maydell wrote: > > I think we're very soon going to need to bite the bullet and > > make this code have a concept of the current "translation > > regime", as the ARM ARM terms it... > > In fact I think we need to do it now. I'll try to > write some code to at least get a conceptual framework > in place and send it out next week sometime. Sounds good. Thanks! drew