Re: [Qemu-devel] [PATCH V16 0/7] replace QEMUOptionParameter with QemuOpts parser

2013-07-15 Thread Dong Xu Wang
On Thu, Jul 11, 2013 at 3:49 AM, Eric Blake wrote: > On 07/09/2013 02:41 PM, Eric Blake wrote: >> On 07/04/2013 06:52 AM, Stefan Hajnoczi wrote: >>> On Tue, Jun 18, 2013 at 05:31:52PM +0800, Dong Xu Wang wrote: These patches will replace QEMUOptionParameter with QemuOpts. Change logs ple

Re: [Qemu-devel] [PATCH V16 0/7] replace QEMUOptionParameter with QemuOpts parser

2013-07-10 Thread Eric Blake
On 07/09/2013 02:41 PM, Eric Blake wrote: > On 07/04/2013 06:52 AM, Stefan Hajnoczi wrote: >> On Tue, Jun 18, 2013 at 05:31:52PM +0800, Dong Xu Wang wrote: >>> These patches will replace QEMUOptionParameter with QemuOpts. Change logs >>> please go to each patch's commit message. >>> >>> Dong Xu Wan

Re: [Qemu-devel] [PATCH V16 0/7] replace QEMUOptionParameter with QemuOpts parser

2013-07-09 Thread Andreas Färber
Am 04.07.2013 14:52, schrieb Stefan Hajnoczi: > On Tue, Jun 18, 2013 at 05:31:52PM +0800, Dong Xu Wang wrote: >> These patches will replace QEMUOptionParameter with QemuOpts. Change logs >> please go to each patch's commit message. >> >> Dong Xu Wang (7): >> add def_value_str in QemuOptDesc struc

Re: [Qemu-devel] [PATCH V16 0/7] replace QEMUOptionParameter with QemuOpts parser

2013-07-09 Thread Eric Blake
On 07/04/2013 06:52 AM, Stefan Hajnoczi wrote: > On Tue, Jun 18, 2013 at 05:31:52PM +0800, Dong Xu Wang wrote: >> These patches will replace QEMUOptionParameter with QemuOpts. Change logs >> please go to each patch's commit message. >> >> Dong Xu Wang (7): >> add def_value_str in QemuOptDesc stru

Re: [Qemu-devel] [PATCH V16 0/7] replace QEMUOptionParameter with QemuOpts parser

2013-07-04 Thread Stefan Hajnoczi
On Tue, Jun 18, 2013 at 05:31:52PM +0800, Dong Xu Wang wrote: > These patches will replace QEMUOptionParameter with QemuOpts. Change logs > please go to each patch's commit message. > > Dong Xu Wang (7): > add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print > avoid duplication

[Qemu-devel] [PATCH V16 0/7] replace QEMUOptionParameter with QemuOpts parser

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