[Qemu-devel] Re: [Tracing][RFC] QMP interface to toggle state of a trace-event

2010-10-20 Thread Prerna Saxena
Thanks for the review! On 10/21/2010 12:53 AM, Luiz Capitulino wrote: On Wed, 20 Oct 2010 15:28:49 +0530 Prerna Saxena wrote: QMP command trace-event to toggle state of a trace-event. Illustration : -> { "execute": "trace-event", "arguments": { "name": "qemu_malloc", "option": true} }

[Qemu-devel] Re: [Tracing][RFC] QMP interface to toggle state of a trace-event

2010-10-20 Thread Luiz Capitulino
On Wed, 20 Oct 2010 15:28:49 +0530 Prerna Saxena wrote: > QMP command trace-event to toggle state of a trace-event. > Illustration : > -> { "execute": "trace-event", "arguments": { "name": "qemu_malloc", > "option": true} } > <- { "return": {} } > > Posting this as an RFC for now. I'll post