From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [PATCH] MIPS: KVM: Fix trace event to save PC directly Date: Tue, 24 Feb 2015 09:10:49 -0500 Message-ID: <20150224091049.0f3d65f6@grimm.local.home> 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 Cc: Paolo Bonzini , Ralf Baechle , Marcelo Tosatti , Gleb Natapov , Ingo Molnar , , , To: James Hogan Return-path: In-Reply-To: <1424778380-28036-1-git-send-email-james.hogan@imgtec.com> Sender: stable-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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(-) > >