From: Paolo Bonzini Date: Thu, 7 Jan 2016 13:55:31 +0000 (+0300) Subject: trace: switch default backend to "log" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=baf86d6b3ca0191372f8b60299ef500b5484fd8f;p=people%2Fliuw%2Flibxenctrl-split%2Fqemu-xen.git trace: switch default backend to "log" This enables integration with other QEMU logging facilities. Signed-off-by: Paolo Bonzini Signed-off-by: Denis V. Lunev Acked-by: Christian Borntraeger Message-id: 1452174932-28657-11-git-send-email-den@openvz.org Signed-off-by: Stefan Hajnoczi --- diff --git a/configure b/configure index 92c261628..d4411a131 100755 --- a/configure +++ b/configure @@ -303,7 +303,7 @@ pkgversion="" pie="" zero_malloc="" qom_cast_debug="yes" -trace_backends="nop" +trace_backends="log" trace_file="trace" spice="" rbd=""