From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIojf-0001ws-HJ for qemu-devel@nongnu.org; Tue, 25 Oct 2011 17:40:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIojb-0002i6-HB for qemu-devel@nongnu.org; Tue, 25 Oct 2011 17:40:39 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:40447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIojb-0002i2-6p for qemu-devel@nongnu.org; Tue, 25 Oct 2011 17:40:35 -0400 Received: by wyh15 with SMTP id 15so1138970wyh.4 for ; Tue, 25 Oct 2011 14:40:34 -0700 (PDT) Sender: Richard Henderson Message-ID: <4EA72CCE.8040109@twiddle.net> Date: Tue, 25 Oct 2011 14:40:30 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/9] Sparc: convert interrupt helpers to trace framework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel On 10/25/2011 02:16 PM, Blue Swirl wrote: > Signed-off-by: Blue Swirl > --- > target-sparc/int32_helper.c | 13 +++---------- > target-sparc/int64_helper.c | 29 +++++++++++++---------------- > trace-events | 7 +++++++ > 3 files changed, 23 insertions(+), 26 deletions(-) Reviewed-by: Richard Henderson r~