* [Qemu-devel] [PATCH] configure: Show trace output file conditionally
@ 2014-03-14 20:09 Stefan Weil
2014-03-18 9:25 ` Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2014-03-14 20:09 UTC (permalink / raw)
To: qemu-trivial; +Cc: Stefan Weil, qemu-devel, Stefan Hajnoczi
It is only used with the simple trace backend.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index 1efb438..6eebd2c 100755
--- a/configure
+++ b/configure
@@ -4092,7 +4092,9 @@ echo "libcap-ng support $cap_ng"
echo "vhost-net support $vhost_net"
echo "vhost-scsi support $vhost_scsi"
echo "Trace backend $trace_backend"
+if test "$trace_backend" = "simple"; then
echo "Trace output file $trace_file-<pid>"
+fi
if test "$spice" = "yes"; then
echo "spice support $spice ($spice_protocol_version/$spice_server_version)"
else
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: Show trace output file conditionally
2014-03-14 20:09 [Qemu-devel] [PATCH] configure: Show trace output file conditionally Stefan Weil
@ 2014-03-18 9:25 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2014-03-18 9:25 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-trivial, qemu-devel
On Fri, Mar 14, 2014 at 09:09:10PM +0100, Stefan Weil wrote:
> It is only used with the simple trace backend.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
> configure | 2 ++
> 1 file changed, 2 insertions(+)
Thanks, applied to my tracing-next tree:
https://github.com/stefanha/qemu/commits/tracing-next
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-18 9:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 20:09 [Qemu-devel] [PATCH] configure: Show trace output file conditionally Stefan Weil
2014-03-18 9:25 ` Stefan Hajnoczi
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).