Re: [Qemu-devel] Re: Static tracepoint control via trace-event

2010-10-19 Thread Jan Kiszka
Am 19.10.2010 16:12, Daniel P. Berrange wrote: > On Tue, Oct 19, 2010 at 03:46:35PM +0200, Jan Kiszka wrote: >> Am 19.10.2010 15:30, Stefan Hajnoczi wrote: >>> On Tue, Oct 19, 2010 at 03:08:08PM +0200, Jan Kiszka wrote: One quirk I stumbled over quickly was the "disable" tag in trace-events. >

Re: [Qemu-devel] Re: Static tracepoint control via trace-event

2010-10-19 Thread Daniel P. Berrange
On Tue, Oct 19, 2010 at 03:46:35PM +0200, Jan Kiszka wrote: > Am 19.10.2010 15:30, Stefan Hajnoczi wrote: > > On Tue, Oct 19, 2010 at 03:08:08PM +0200, Jan Kiszka wrote: > >> One quirk I stumbled over quickly was the "disable" tag in trace-events. > >> It confused me first as qemu starts without an

Re: [Qemu-devel] Re: Static tracepoint control via trace-event

2010-10-19 Thread Stefan Hajnoczi
On Tue, Oct 19, 2010 at 2:46 PM, Jan Kiszka wrote: > Am 19.10.2010 15:30, Stefan Hajnoczi wrote: >> On Tue, Oct 19, 2010 at 03:08:08PM +0200, Jan Kiszka wrote: >>> One quirk I stumbled over quickly was the "disable" tag in trace-events. >>> It confused me first as qemu starts without any tracepoin

[Qemu-devel] Re: Static tracepoint control via trace-event

2010-10-19 Thread Jan Kiszka
Am 19.10.2010 15:30, Stefan Hajnoczi wrote: > On Tue, Oct 19, 2010 at 03:08:08PM +0200, Jan Kiszka wrote: >> One quirk I stumbled over quickly was the "disable" tag in trace-events. >> It confused me first as qemu starts without any tracepoint enabled by >> default and I thought I had to hack the f

[Qemu-devel] Re: Static tracepoint control via trace-event

2010-10-19 Thread Stefan Hajnoczi
On Tue, Oct 19, 2010 at 03:08:08PM +0200, Jan Kiszka wrote: > One quirk I stumbled over quickly was the "disable" tag in trace-events. > It confused me first as qemu starts without any tracepoint enabled by > default and I thought I had to hack the file. Then I read the doc and > wondered which exi