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

2010-11-15 Thread Stefan Hajnoczi
On Sun, Nov 14, 2010 at 1:52 PM, Paolo Bonzini pbonz...@redhat.com wrote: 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

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

2010-11-15 Thread Paolo Bonzini
On 11/15/2010 03:17 PM, Stefan Hajnoczi wrote: On Sun, Nov 14, 2010 at 1:52 PM, Paolo Bonzinipbonz...@redhat.com wrote: 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=...

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

2010-11-15 Thread Andreas Färber
Am 15.11.2010 um 16:48 schrieb Paolo Bonzini: On 11/15/2010 03:17 PM, Stefan Hajnoczi wrote: On Sun, Nov 14, 2010 at 1:52 PM, Paolo Bonzinipbonz...@redhat.com wrote: On 11/14/2010 02:38 PM, Andreas Färber wrote: - --trace-file=*) trace_file=$optarg + --enable-trace-file=*)

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

2010-11-14 Thread 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 pbonz...@redhat.com --- configure |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure

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

2010-11-14 Thread Andreas Färber
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 pbonz...@redhat.com --- configure |8 1 files changed, 4 insertions(+), 4

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

2010-11-14 Thread Paolo Bonzini
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