public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-trace-users@vger.kernel.org
Subject: Re: [PATCH trace-cmd] plugin_kvm: remove stray line from kvm_emulate_insn_handler()
Date: Mon, 11 Oct 2010 10:57:30 +0200	[thread overview]
Message-ID: <4CB2D17A.4000605@redhat.com> (raw)
In-Reply-To: <1285493922-29797-1-git-send-email-avi@redhat.com>

  On 09/26/2010 11:38 AM, Avi Kivity wrote:
> 'guest_rip' is not part of kvm_emulate_insn.
>
> Signed-off-by: Avi Kivity<avi@redhat.com>
> ---
>   plugin_kvm.c |    2 --
>   1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/plugin_kvm.c b/plugin_kvm.c
> index 00cac5a..cdd52c7 100644
> --- a/plugin_kvm.c
> +++ b/plugin_kvm.c
> @@ -199,8 +199,6 @@ static int kvm_emulate_insn_handler(struct trace_seq *s, struct record *record,
>   	trace_seq_printf(s, "%llx:%llx: %s%s", csbase, rip, disasm,
>   			 failed ? " FAIL" : "");
>
> -	pevent_print_num_field(s, " rip %0xlx", event, "guest_rip", record, 1);
> -
>   	return 0;
>   }
>

Ping?

-- 
error compiling committee.c: too many arguments to function


      reply	other threads:[~2010-10-11  8:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-26  9:38 [PATCH trace-cmd] plugin_kvm: remove stray line from kvm_emulate_insn_handler() Avi Kivity
2010-10-11  8:57 ` Avi Kivity [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CB2D17A.4000605@redhat.com \
    --to=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-trace-users@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox