Re: [Qemu-devel] [PATCH V13 0/6] replace QEMUOptionParameter with QemuOpts parser

2013-05-06 Thread Markus Armbruster
Dong Xu Wang writes: > These patches will replace QEMUOptionParameter with QemuOpts. Change logs > please go to each patch's commit message. I reviewed 1-4/6 for now. I'm sorry it has taken me so long. Let's discuss my findings before I continue with 5/6, because that one's *big*.

Re: [Qemu-devel] [PATCH V13 0/6] replace QEMUOptionParameter with QemuOpts parser

2013-04-22 Thread Markus Armbruster
Dong Xu Wang writes: > On 2013/4/10 14:25, Dong Xu Wang wrote: >> These patches will replace QEMUOptionParameter with QemuOpts. Change logs >> please go to each patch's commit message. >> >> Dong Xu Wang (6): >>add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print >>avoid du

Re: [Qemu-devel] [PATCH V13 0/6] replace QEMUOptionParameter with QemuOpts parser

2013-04-21 Thread Dong Xu Wang
On 2013/4/10 14:25, Dong Xu Wang wrote: These patches will replace QEMUOptionParameter with QemuOpts. Change logs please go to each patch's commit message. Dong Xu Wang (6): add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print avoid duplication of default value in QemuOpts

[Qemu-devel] [PATCH V13 0/6] replace QEMUOptionParameter with QemuOpts parser

2013-04-09 Thread Dong Xu Wang
These patches will replace QEMUOptionParameter with QemuOpts. Change logs please go to each patch's commit message. Dong Xu Wang (6): add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print avoid duplication of default value in QemuOpts Create four QemuOptsList related functions