Re: [Qemu-devel] [PATCH 1/5] vl: add runstate_set tracepoint

2013-03-28 Thread Stefan Hajnoczi
On Fri, Mar 22, 2013 at 05:26:59PM +0900, Kazuya Saito wrote: > This patch enables us to know RunState transition. It will be userful > for investigation when the trouble occured in special event such like > live migration, shutdown, suspend, and so on. > > Signed-off-by: Kazuya Saito > --- > tr

Re: [Qemu-devel] [PATCH 1/5] vl: add runstate_set tracepoint

2013-03-22 Thread Paolo Bonzini
Il 22/03/2013 09:26, Kazuya Saito ha scritto: > This patch enables us to know RunState transition. It will be userful > for investigation when the trouble occured in special event such like > live migration, shutdown, suspend, and so on. > > Signed-off-by: Kazuya Saito > --- > trace-events |

[Qemu-devel] [PATCH 1/5] vl: add runstate_set tracepoint

2013-03-22 Thread Kazuya Saito
This patch enables us to know RunState transition. It will be userful for investigation when the trouble occured in special event such like live migration, shutdown, suspend, and so on. Signed-off-by: Kazuya Saito --- trace-events |1 + vl.c |2 +- 2 files changed, 2 insertions(+