Re: [Qemu-devel] [PATCH] trace: fix runstate tracing

2019-04-29 Thread Stefan Hajnoczi
On Fri, Apr 26, 2019 at 01:21:15PM +0300, Yury Kotov wrote: > Signed-off-by: Yury Kotov > --- > vl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan signature.asc Description: PGP signature

Re: [Qemu-devel] [PATCH] trace: fix runstate tracing

2019-04-28 Thread Vladimir Sementsov-Ogievskiy
Oops, my fault, sorry:( Thank you for fixing! May be added, that it is broken since ff12e3ae3d0. Reviewed-by: Vladimir Sementsov-Ogievskiy 26.04.2019 13:21, Yury Kotov wrote: > Signed-off-by: Yury Kotov > --- > vl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/v

[Qemu-devel] [PATCH] trace: fix runstate tracing

2019-04-26 Thread Yury Kotov
Signed-off-by: Yury Kotov --- vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vl.c b/vl.c index ff5dfb6fbc..ad9b181e57 100644 --- a/vl.c +++ b/vl.c @@ -725,7 +725,7 @@ void runstate_set(RunState new_state) assert(new_state < RUN_STATE__MAX); trace_runstate_set