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 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" ;; - --trace-file=*) trace_file="$optarg" + --enable-trace-file=*) trace_file="$optarg" ;; --enable-gprof) gprof="yes" ;; @@ -906,8 +906,8 @@ echo " --enable-docs enable documentation build" echo " --disable-docs disable documentation build" echo " --disable-vhost-net disable vhost-net acceleration support" echo " --enable-vhost-net enable vhost-net acceleration support" -echo " --trace-backend=B Trace backend nop simple ust" -echo " --trace-file=NAME Full PATH,NAME of file to store traces" +echo " --enable-trace-backend=B Trace backend nop simple ust" +echo " --enable-trace-file=NAME Full PATH,NAME of file to store traces" echo " Default:trace-<pid>" echo " --disable-spice disable spice" echo " --enable-spice enable spice" -- 1.7.3.2