qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: "Lluís Vilanova" <vilanova@ac.upc.edu>
Cc: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
	Stefan Hajnoczi <stefanha@redhat.com>,
	Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH v4 0/2] trace: Add event for vCPU memory accesses
Date: Thu, 9 Jun 2016 14:04:31 +0100	[thread overview]
Message-ID: <20160609130431.GH15369@stefanha-x1.localdomain> (raw)
In-Reply-To: <146436485327.18188.3967167989618604187.stgit@fimbulvetr.bsc.es>

[-- Attachment #1: Type: text/plain, Size: 3223 bytes --]

On Fri, May 27, 2016 at 06:00:53PM +0200, Lluís Vilanova wrote:

Hi Richard,
I noticed you reviewed the last revision but weren't CCed on this.
Please review and then I'll merge it.

Stefan

> This series adds an event to track information related to memory accesses
> performed by the guest CPUs ("guest_mem_before").
> 
> A future series might extend this to contain the physical address and memory
> value (e.g., "guest_mem_after").
> 
> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
> ---
> 
> Changes in v4
> -------------
> 
> * Clarify alignment info is not on the trace.
> * Add event information on commit log. [Richard Henderson]
> 
> 
> Changes in v3
> -------------
> 
> * Set "tcg_ctx.cpu" to NULL when unused. [Paolo Bonzini]
> * Clarify how the 'info' field is interpreted.
> * Fix argument size in 'info' field when using ld/st handlers.
> * Fix reset of unused bits in 'info' field.
> 
> 
> Changes in v2
> -------------
> 
> * Rebase on bfc766d.
> * Rename "guest_vmem" to "guest_mem_before"
> * Add memory access information. [suggested by Peter Maydell]
> * Drop event "guest_vmem_user_syscall". [suggested by Peter Maydell]
> 
> 
> Lluís Vilanova (2):
>       exec: [tcg] Track which vCPU is performing translation and execution
>       trace: [all] Add "guest_mem_before" event
> 
> 
>  include/exec/cpu_ldst_template.h          |   25 ++++++++++++++++
>  include/exec/cpu_ldst_useronly_template.h |   22 ++++++++++++++
>  target-alpha/translate.c                  |    1 +
>  target-arm/translate.c                    |    1 +
>  target-cris/translate.c                   |    1 +
>  target-cris/translate_v10.c               |    1 +
>  target-i386/translate.c                   |    1 +
>  target-lm32/translate.c                   |    1 +
>  target-m68k/translate.c                   |    1 +
>  target-microblaze/translate.c             |    1 +
>  target-mips/translate.c                   |    1 +
>  target-moxie/translate.c                  |    1 +
>  target-openrisc/translate.c               |    1 +
>  target-ppc/translate.c                    |    1 +
>  target-s390x/translate.c                  |    1 +
>  target-sh4/translate.c                    |    1 +
>  target-sparc/translate.c                  |    1 +
>  target-tilegx/translate.c                 |    1 +
>  target-tricore/translate.c                |    1 +
>  target-unicore32/translate.c              |    1 +
>  target-xtensa/translate.c                 |    1 +
>  tcg/tcg-op.c                              |   32 ++++++++++++++++++--
>  tcg/tcg.h                                 |    4 +++
>  trace-events                              |   22 ++++++++++++++
>  trace/mem-internal.h                      |   46 +++++++++++++++++++++++++++++
>  trace/mem.h                               |   34 +++++++++++++++++++++
>  translate-all.c                           |    2 +
>  27 files changed, 202 insertions(+), 4 deletions(-)
>  create mode 100644 trace/mem-internal.h
>  create mode 100644 trace/mem.h
> 
> 
> To: qemu-devel@nongnu.org
> Cc: Stefan Hajnoczi <stefanha@redhat.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

      parent reply	other threads:[~2016-06-09 13:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-27 16:00 [Qemu-devel] [PATCH v4 0/2] trace: Add event for vCPU memory accesses Lluís Vilanova
2016-05-27 16:00 ` [Qemu-devel] [PATCH v4 1/2] exec: [tcg] Track which vCPU is performing translation and execution Lluís Vilanova
2016-05-27 16:01 ` [Qemu-devel] [PATCH v4 2/2] trace: [all] Add "guest_mem_before" event Lluís Vilanova
2016-06-09 16:39   ` Richard Henderson
2016-06-09 17:07     ` Lluís Vilanova
2016-05-31 22:33 ` [Qemu-devel] [PATCH v4 0/2] trace: Add event for vCPU memory accesses Stefan Hajnoczi
2016-06-09 13:04 ` Stefan Hajnoczi [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=20160609130431.GH15369@stefanha-x1.localdomain \
    --to=stefanha@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=stefanha@redhat.com \
    --cc=vilanova@ac.upc.edu \
    /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;
as well as URLs for NNTP newsgroup(s).