From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 24 Feb 2015 15:10:05 +0100 (CET) Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.229]:45622 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27007119AbbBXOKDk7UCi (ORCPT ); Tue, 24 Feb 2015 15:10:03 +0100 Received: from [67.246.153.56] ([67.246.153.56:52912] helo=grimm.local.home) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 9F/AA-20562-4368CE45; Tue, 24 Feb 2015 14:09:57 +0000 Date: Tue, 24 Feb 2015 09:10:49 -0500 From: Steven Rostedt To: James Hogan Cc: Paolo Bonzini , Ralf Baechle , Marcelo Tosatti , Gleb Natapov , Ingo Molnar , , , Subject: Re: [PATCH] MIPS: KVM: Fix trace event to save PC directly Message-ID: <20150224091049.0f3d65f6@grimm.local.home> In-Reply-To: <1424778380-28036-1-git-send-email-james.hogan@imgtec.com> References: <1424778380-28036-1-git-send-email-james.hogan@imgtec.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 45922 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: rostedt@goodmis.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Tue, 24 Feb 2015 11:46:20 +0000 James Hogan wrote: > Lets save the actual PC in the structure so that the correct value is > accessible later. > > Fixes: 669e846e6c4e ("KVM/MIPS32: MIPS arch specific APIs for KVM") > Signed-off-by: James Hogan > Cc: Paolo Bonzini > Cc: Ralf Baechle > Cc: Marcelo Tosatti > Cc: Gleb Natapov > Cc: Steven Rostedt Acked-by: Steven Rostedt -- Steve > Cc: Ingo Molnar > Cc: linux-mips@linux-mips.org > Cc: kvm@vger.kernel.org > Cc: # v3.10+ > --- > arch/mips/kvm/trace.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.229]:45622 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27007119AbbBXOKDk7UCi (ORCPT ); Tue, 24 Feb 2015 15:10:03 +0100 Date: Tue, 24 Feb 2015 09:10:49 -0500 From: Steven Rostedt Subject: Re: [PATCH] MIPS: KVM: Fix trace event to save PC directly Message-ID: <20150224091049.0f3d65f6@grimm.local.home> In-Reply-To: <1424778380-28036-1-git-send-email-james.hogan@imgtec.com> References: <1424778380-28036-1-git-send-email-james.hogan@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: James Hogan Cc: Paolo Bonzini , Ralf Baechle , Marcelo Tosatti , Gleb Natapov , Ingo Molnar , linux-mips@linux-mips.org, kvm@vger.kernel.org, stable@vger.kernel.org Message-ID: <20150224141049.7LJ4lo2h0qlXJ60FJg8TTRNIzLukx8j4T9pirckuojo@z> On Tue, 24 Feb 2015 11:46:20 +0000 James Hogan wrote: > Lets save the actual PC in the structure so that the correct value is > accessible later. > > Fixes: 669e846e6c4e ("KVM/MIPS32: MIPS arch specific APIs for KVM") > Signed-off-by: James Hogan > Cc: Paolo Bonzini > Cc: Ralf Baechle > Cc: Marcelo Tosatti > Cc: Gleb Natapov > Cc: Steven Rostedt Acked-by: Steven Rostedt -- Steve > Cc: Ingo Molnar > Cc: linux-mips@linux-mips.org > Cc: kvm@vger.kernel.org > Cc: # v3.10+ > --- > arch/mips/kvm/trace.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >