From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9MGS-00079b-Fz for qemu-devel@nongnu.org; Sun, 07 Dec 2008 11:13:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9MGR-00079J-Mg for qemu-devel@nongnu.org; Sun, 07 Dec 2008 11:13:48 -0500 Received: from [199.232.76.173] (port=36487 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9MGR-00079G-HU for qemu-devel@nongnu.org; Sun, 07 Dec 2008 11:13:47 -0500 Received: from mu-out-0910.google.com ([209.85.134.186]:16695) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9MGR-00082y-6d for qemu-devel@nongnu.org; Sun, 07 Dec 2008 11:13:47 -0500 Received: by mu-out-0910.google.com with SMTP id w1so793170mue.2 for ; Sun, 07 Dec 2008 08:13:46 -0800 (PST) Message-ID: Date: Sun, 7 Dec 2008 18:13:45 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] [5910] target-ppc: convert SPR accesses to TCG In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Aurelien Jarno On 12/7/08, Aurelien Jarno wrote: > Revision: 5910 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5910 > Author: aurel32 > Date: 2008-12-07 13:40:29 +0000 (Sun, 07 Dec 2008) > > Log Message: > ----------- > target-ppc: convert SPR accesses to TCG > > Signed-off-by: Aurelien Jarno > --- trunk/target-ppc/translate.c 2008-12-07 13:40:15 UTC (rev 5909) > +++ trunk/target-ppc/translate.c 2008-12-07 13:40:29 UTC (rev 5910) > @@ -38,7 +38,7 @@ > #define GDBSTUB_SINGLE_STEP 0x4 > > /* Include definitions for instructions classes and implementations flags */ > -//#define DO_SINGLE_STEP > +#define DO_SINGLE_STEP Now every instruction is single stepped.