From 320fba2a1f384e17db150d74540a2cf005eb47b5 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 27 Jan 2011 10:24:41 +0100 Subject: New trace-event backend: stderr This backend sends trace events to standard error output during the emulation. Also add a "--list-backends" option to tracetool, so configure script can display the list of available backends. Signed-off-by: Fabien Chouteau Acked-by: Stefan Hajnoczi Signed-off-by: Blue Swirl --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 210670c16f..fcc5a71b3d 100755 --- a/configure +++ b/configure @@ -907,7 +907,8 @@ echo " --enable-docs enable documentation build" echo " --disable-docs disable documentation build" echo " --disable-vhost-net disable vhost-net acceleration support" echo " --enable-vhost-net enable vhost-net acceleration support" -echo " --enable-trace-backend=B Trace backend nop simple ust dtrace" +echo " --enable-trace-backend=B Set trace backend" +echo " Available backends:" $("$source_path"/scripts/tracetool --list-backends) echo " --with-trace-file=NAME Full PATH,NAME of file to store traces" echo " Default:trace-" echo " --disable-spice disable spice" -- cgit v1.2.3