Re: [Qemu-devel] [PATCH v2] qemu-io: add option to enable tracing

2012-03-12 Thread Kevin Wolf
Am 12.03.2012 17:36, schrieb Stefan Hajnoczi: > It can be useful to enable QEMU tracing when trying out block layer > interfaces via qemu-io. Tracing can be enabled using the new -T FILE > option where the given file contains a list of trace events to enable > (just like the qemu --trace events=FI

[Qemu-devel] [PATCH v2] qemu-io: add option to enable tracing

2012-03-12 Thread Stefan Hajnoczi
It can be useful to enable QEMU tracing when trying out block layer interfaces via qemu-io. Tracing can be enabled using the new -T FILE option where the given file contains a list of trace events to enable (just like the qemu --trace events=FILE option). $ echo qemu_vfree >my-events $ ./qemu