Re: [Qemu-devel] About the trace framework

2017-07-26 Thread Wang Dong
On 07/14/2017 09:25 PM, Stefan Hajnoczi wrote: On Thu, Jul 13, 2017 at 04:01:09PM +0800, Wang Dong wrote: On 07/10/2017 08:40 PM, Stefan Hajnoczi wrote: On Mon, Jul 10, 2017 at 01:24:23PM +0800, Xie Changlong wrote: 在 7/9/2017 5:57 PM, Wang Dong 写道: Hi, I am new to QEMU. But I got some

Re: [Qemu-devel] About the trace framework

2017-07-14 Thread Stefan Hajnoczi
On Thu, Jul 13, 2017 at 04:01:09PM +0800, Wang Dong wrote: > On 07/10/2017 08:40 PM, Stefan Hajnoczi wrote: > > On Mon, Jul 10, 2017 at 01:24:23PM +0800, Xie Changlong wrote: > > > 在 7/9/2017 5:57 PM, Wang Dong 写道: > > > > Hi, > > > > > > > > I am new to QEMU. But I got some problem so that I

Re: [Qemu-devel] About the trace framework

2017-07-13 Thread Wang Dong
On 07/11/2017 05:39 PM, Xie Changlong wrote: 在 7/11/2017 9:33 AM, Wang Dong 写道: On 07/10/2017 01:24 PM, Xie Changlong wrote: 在 7/9/2017 5:57 PM, Wang Dong 写道: Hi, I am new to QEMU. But I got some problem so that I want to figure it out. So I try to debug qemu to see what happened.

Re: [Qemu-devel] About the trace framework

2017-07-13 Thread Wang Dong
On 07/10/2017 08:40 PM, Stefan Hajnoczi wrote: On Mon, Jul 10, 2017 at 01:24:23PM +0800, Xie Changlong wrote: 在 7/9/2017 5:57 PM, Wang Dong 写道: Hi, I am new to QEMU. But I got some problem so that I want to figure it out. So I try to debug qemu to see what happened. And I found trace

Re: [Qemu-devel] About the trace framework

2017-07-11 Thread Xie Changlong
在 7/11/2017 9:33 AM, Wang Dong 写道: On 07/10/2017 01:24 PM, Xie Changlong wrote: 在 7/9/2017 5:57 PM, Wang Dong 写道: Hi, I am new to QEMU. But I got some problem so that I want to figure it out. So I try to debug qemu to see what happened. And I found trace framework. I think this will

Re: [Qemu-devel] About the trace framework

2017-07-10 Thread Wang Dong
On 07/10/2017 01:24 PM, Xie Changlong wrote: 在 7/9/2017 5:57 PM, Wang Dong 写道: Hi, I am new to QEMU. But I got some problem so that I want to figure it out. So I try to debug qemu to see what happened. And I found trace framework. I think this will help me understand the point. So I

Re: [Qemu-devel] About the trace framework

2017-07-10 Thread Stefan Hajnoczi
On Mon, Jul 10, 2017 at 01:24:23PM +0800, Xie Changlong wrote: > 在 7/9/2017 5:57 PM, Wang Dong 写道: > > Hi, > > > > I am new to QEMU. But I got some problem so that I want to figure it out. > > > > So I try to debug qemu to see what happened. > > > > And I found trace framework. I think this

Re: [Qemu-devel] About the trace framework

2017-07-09 Thread Xie Changlong
在 7/9/2017 5:57 PM, Wang Dong 写道: Hi, I am new to QEMU. But I got some problem so that I want to figure it out. So I try to debug qemu to see what happened. And I found trace framework. I think this will help me understand the point. So I compiled qemu with option: ##

[Qemu-devel] About the trace framework

2017-07-09 Thread Wang Dong
Hi, I am new to QEMU. But I got some problem so that I want to figure it out. So I try to debug qemu to see what happened. And I found trace framework. I think this will help me understand the point. So I compiled qemu with option: ## *--enable-trace-backends=simple* And did as the