Re: [Qemu-devel] [PATCH 03/10] Add printf debug to savevm

2010-12-01 Thread Stefan Hajnoczi
On Mon, Nov 29, 2010 at 08:00:18PM -0600, Anthony Liguori wrote: > Yeah, all of this should be done via tracing. Maybe Stefan can make > some suggestions. Here is an example of how to record savevm timestamps using tracing. Actually the timestamp is recorded automatically when a trace event fires

Re: [Qemu-devel] [PATCH 03/10] Add printf debug to savevm

2010-11-29 Thread Anthony Liguori
On 11/23/2010 05:03 PM, Juan Quintela wrote: From: Juan Quintela Once there, print all sections that take more than 100ms to migrate. buffered file runs a timer at that 100ms interval. Signed-off-by: Juan Quintela Signed-off-by: Juan Quintela --- savevm.c | 48 ++

[Qemu-devel] [PATCH 03/10] Add printf debug to savevm

2010-11-23 Thread Juan Quintela
From: Juan Quintela Once there, print all sections that take more than 100ms to migrate. buffered file runs a timer at that 100ms interval. Signed-off-by: Juan Quintela Signed-off-by: Juan Quintela --- savevm.c | 48 ++-- 1 files changed, 46 inser