From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50270 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Powsw-0006SA-GL for qemu-devel@nongnu.org; Mon, 14 Feb 2011 06:46:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Powsu-0007mI-Sz for qemu-devel@nongnu.org; Mon, 14 Feb 2011 06:46:30 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:63475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Powsu-0007lm-2S for qemu-devel@nongnu.org; Mon, 14 Feb 2011 06:46:28 -0500 Received: by bwz16 with SMTP id 16so5289221bwz.4 for ; Mon, 14 Feb 2011 03:46:26 -0800 (PST) Date: Mon, 14 Feb 2011 12:46:21 +0100 From: "Edgar E. Iglesias" Message-ID: <20110214114621.GA8938@edde.se.axis.com> References: <1297159190-29092-1-git-send-email-gingold@adacore.com> <331CBE8E-7699-4AB1-B2F7-A76ACEA247D3@adacore.com> <4D59132D.7080205@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D59132D.7080205@suse.de> Subject: [Qemu-devel] Re: Ping: [PATCH] Handle icount for powerpc tbl/tbu/decr load and store. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Tristan Gingold , "qemu-devel@nongnu.org Developers" , Aurelien Jarno On Mon, Feb 14, 2011 at 12:34:05PM +0100, Alexander Graf wrote: > Tristan Gingold wrote: > > Potential reviewers CC: > > > > On Feb 8, 2011, at 10:59 AM, Tristan Gingold wrote: > > > > > >> Handle option '-icount X' on powerpc targets. > >> > >> Signed-off-by: Tristan Gingold > >> > > Braces are broken. Edgar knows his way around icount a lot better than > me - I've never actually used it. Edgar, any comments? AFAICS, the patch looks OK (except for the indentation). Cheers