qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] make trace options use autoconfy names


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH] make trace options use autoconfy names
Date: Sun, 14 Nov 2010 14:38:29 +0100

Am 14.11.2010 um 12:50 schrieb Paolo Bonzini:

These are not in any release, so I am splitting them off the other
patch for autoconfy command line and not introducing deprecation.

Signed-off-by: Paolo Bonzini <address@hidden>
---
configure |    8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure b/configure
index 50fb3cd..4e79059 100755
--- a/configure
+++ b/configure
@@ -523,9 +523,9 @@ for opt do
  ;;
  --target-list=*) target_list="$optarg"
  ;;
-  --trace-backend=*) trace_backend="$optarg"
+  --enable-trace-backend=*) trace_backend="$optarg"
  ;;

This one's okay...

-  --trace-file=*) trace_file="$optarg"
+  --enable-trace-file=*) trace_file="$optarg"
  ;;

but this should be --with-trace-file=... please. It is not being enabled, just set to a different value.

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]