Re: [Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts

2014-03-27 Thread Chunyan Liu
2014-03-26 23:18 GMT+08:00 Stefan Hajnoczi : > On Tue, Mar 25, 2014 at 06:09:40PM +, Leandro Dorileo wrote: > > On Fri, Mar 21, 2014 at 06:12:11PM +0800, Chunyan Liu wrote: > > > This patch series is to replace QEMUOptionParameter with QemuOpts, so > that only > > > one Qemu Option structure i

Re: [Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts

2014-03-26 Thread Stefan Hajnoczi
On Tue, Mar 25, 2014 at 06:09:40PM +, Leandro Dorileo wrote: > On Fri, Mar 21, 2014 at 06:12:11PM +0800, Chunyan Liu wrote: > > This patch series is to replace QEMUOptionParameter with QemuOpts, so that > > only > > one Qemu Option structure is kept in QEMU code. > > > > --- > > Changes to v2

Re: [Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts

2014-03-25 Thread Leandro Dorileo
On Tue, Mar 25, 2014 at 06:09:40PM +, Leandro Dorileo wrote: > On Fri, Mar 21, 2014 at 06:12:11PM +0800, Chunyan Liu wrote: > > This patch series is to replace QEMUOptionParameter with QemuOpts, so that > > only > > one Qemu Option structure is kept in QEMU code. > > > > --- > > Changes to v2

Re: [Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts

2014-03-25 Thread Leandro Dorileo
On Fri, Mar 21, 2014 at 06:12:11PM +0800, Chunyan Liu wrote: > This patch series is to replace QEMUOptionParameter with QemuOpts, so that > only > one Qemu Option structure is kept in QEMU code. > > --- > Changes to v21: > * Move find_desc_by_name and qemu_opt_del functions ahead in separate >

[Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts

2014-03-21 Thread Chunyan Liu
This patch series is to replace QEMUOptionParameter with QemuOpts, so that only one Qemu Option structure is kept in QEMU code. --- Changes to v21: * Move find_desc_by_name and qemu_opt_del functions ahead in separate patches before later calling, so to avoid static declaration. * Remove s