Re: [Qemu-devel] [PATCH v4 0/2] trace: Add event for vCPU memory accesses

2016-06-09 Thread Stefan Hajnoczi
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 ("

Re: [Qemu-devel] [PATCH v4 0/2] trace: Add event for vCPU memory accesses

2016-05-31 Thread Stefan Hajnoczi
On Fri, May 27, 2016 at 06:00:53PM +0200, Lluís Vilanova wrote: > 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

[Qemu-devel] [PATCH v4 0/2] trace: Add event for vCPU memory accesses

2016-05-27 Thread Lluís Vilanova
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 --- Changes in v4 -