xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools: adds tracer on qemu-xen debug configure options
@ 2013-09-27 14:00 Fabio Fantoni
  2013-09-30 11:21 ` Stefano Stabellini
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Fabio Fantoni @ 2013-09-27 14:00 UTC (permalink / raw)
  To: xen-devel
  Cc: George.Dunlap, Fabio Fantoni, Ian.Jackson, Ian.Campbell,
	Stefano.Stabellini

When building tools in debug mode (debug=y), pass also
--enable-trace-backend=stderr when configuring qemu-xen.
Useful to improve debug.

Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
---
 tools/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Makefile b/tools/Makefile
index e7a983b..77a3522 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -174,7 +174,7 @@ qemu-xen-dir-force-update:
 	fi
 
 ifeq ($(debug),y)
-QEMU_XEN_ENABLE_DEBUG := --enable-debug
+QEMU_XEN_ENABLE_DEBUG := --enable-debug --enable-trace-backend=stderr
 else
 QEMU_XEN_ENABLE_DEBUG :=
 endif
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-10-11 18:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 14:00 [PATCH] tools: adds tracer on qemu-xen debug configure options Fabio Fantoni
2013-09-30 11:21 ` Stefano Stabellini
2013-10-03 13:08 ` Ian Campbell
2013-10-03 13:35   ` Fabio Fantoni
2013-10-10  8:14     ` Fabio Fantoni
2013-10-10  8:52       ` Ian Campbell
2013-10-10 10:36         ` Stefano Stabellini
2013-10-10 11:42           ` Ian Campbell
2013-10-10 11:27         ` Anthony PERARD
2013-10-11 18:08 ` Ian Jackson
2013-10-11 18:17   ` Fabio Fantoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).