From: Paolo Bonzini <[email protected]> This enables integration with other QEMU logging facilities.
Signed-off-by: Paolo Bonzini <[email protected]> Signed-off-by: Denis V. Lunev <[email protected]> Acked-by: Christian Borntraeger <[email protected]> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5e65dd5..248c4ec 100755 --- a/configure +++ b/configure @@ -298,7 +298,7 @@ pkgversion="" pie="" zero_malloc="" qom_cast_debug="yes" -trace_backends="nop" +trace_backends="log" trace_file="trace" spice="" rbd="" -- 2.1.4
