Re: [Qemu-devel] [PATCH V12 1/4] add def_value_str and use it in qemu_opts_print

2013-03-21 Thread Markus Armbruster
Dong Xu Wang writes: > qemu_opts_print has no user now, so can re-write the function safely. > > qemu_opts_print will be used while using "qemu-img create", it will > produce the same output as previous code. > > The behavior of this function has changed: > > 1. Print every possible option, wheth

[Qemu-devel] [PATCH V12 1/4] add def_value_str and use it in qemu_opts_print

2013-02-28 Thread Dong Xu Wang
qemu_opts_print has no user now, so can re-write the function safely. qemu_opts_print will be used while using "qemu-img create", it will produce the same output as previous code. The behavior of this function has changed: 1. Print every possible option, whether a value has been set or not. 2. O