From: Paolo Bonzini Date: Thu, 7 Jan 2016 13:55:31 +0000 (+0300) Subject: trace: switch default backend to "log" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=baf86d6b3c;p=qemu.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 92c2616287..d4411a1314 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=""