On Mon, Apr 4, 2011 at 10:49 PM, Lluís <xscr...@gmx.net> wrote: > Given that all events with programmatically-controlled state are disabled by > default, we can delete the "disable" property from all events. > > As of now, the only backend that will generate high ammounts of (possibly) > undesired output is "stderr", but it is considered only for debug purposes. > > Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu> > --- > trace-events | 382 > +++++++++++++++++++++++++++++----------------------------- > 1 files changed, 191 insertions(+), 191 deletions(-)
Please rebase on qemu.git/master before sending v2. New trace events have been added and need to have the disabled property removed. Stefan