Re: [Qemu-devel] [PATCH 2/2] Add tracepoint for state of migration transition

2013-02-08 Thread Stefan Hajnoczi
On Wed, Feb 06, 2013 at 03:38:31PM +0900, Kazuya Saito wrote: > This patch enables us to know state of migration (MigrationState.state) > transition. We added migstate_set() to make it easier to trace state > transition, and added a tracepoint in this function. > > > Signed-off-by: Kazuya Saito

[Qemu-devel] [PATCH 2/2] Add tracepoint for state of migration transition

2013-02-06 Thread Kazuya Saito
This patch enables us to know state of migration (MigrationState.state) transition. We added migstate_set() to make it easier to trace state transition, and added a tracepoint in this function. Signed-off-by: Kazuya Saito --- include/migration/migration.h |2 ++ migration.c