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: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] make trace options use autoconfy names
Date: Sun, 14 Nov 2010 14:52:37 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Fedora/3.1.6-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.6

On 11/14/2010 02:38 PM, Andreas Färber wrote:
- --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.

--with-* should be reserved for library paths, but I can change it if people prefer it that way.

Paolo



reply via email to

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