提交 74242e0f 编写于 作者: P Paolo Bonzini 提交者: Blue Swirl

make trace options use autoconfy names

These are not in any release, so I am just renaming them.
Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 ca4deeb1
...@@ -515,9 +515,9 @@ for opt do ...@@ -515,9 +515,9 @@ for opt do
;; ;;
--target-list=*) target_list="$optarg" --target-list=*) target_list="$optarg"
;; ;;
--trace-backend=*) trace_backend="$optarg" --enable-trace-backend=*) trace_backend="$optarg"
;; ;;
--trace-file=*) trace_file="$optarg" --with-trace-file=*) trace_file="$optarg"
;; ;;
--enable-gprof) gprof="yes" --enable-gprof) gprof="yes"
;; ;;
...@@ -907,8 +907,8 @@ echo " --enable-docs enable documentation build" ...@@ -907,8 +907,8 @@ echo " --enable-docs enable documentation build"
echo " --disable-docs disable documentation build" echo " --disable-docs disable documentation build"
echo " --disable-vhost-net disable vhost-net acceleration support" echo " --disable-vhost-net disable vhost-net acceleration support"
echo " --enable-vhost-net enable vhost-net acceleration support" echo " --enable-vhost-net enable vhost-net acceleration support"
echo " --trace-backend=B Trace backend nop simple ust dtrace" echo " --enable-trace-backend=B Trace backend nop simple ust dtrace"
echo " --trace-file=NAME Full PATH,NAME of file to store traces" echo " --with-trace-file=NAME Full PATH,NAME of file to store traces"
echo " Default:trace-<pid>" echo " Default:trace-<pid>"
echo " --disable-spice disable spice" echo " --disable-spice disable spice"
echo " --enable-spice enable spice" echo " --enable-spice enable spice"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册