Re: [Qemu-devel] [PATCH v27 00/33] replace QEMUOptionParameter with QemuOpts

2014-06-04 Thread Chun Yan Liu
>>> On 6/4/2014 at 05:18 PM, in message <20140604091824.gb26...@stefanha-thinkpad.redhat.com>, Stefan Hajnoczi wrote: > On Wed, May 07, 2014 at 05:58:25PM +0800, Chunyan Liu wrote: > > This patch series is to replace QEMUOptionParameter with QemuOpts, so that > only > > one Qemu Option stru

Re: [Qemu-devel] [PATCH v27 00/33] replace QEMUOptionParameter with QemuOpts

2014-06-04 Thread Stefan Hajnoczi
On Wed, May 07, 2014 at 05:58:25PM +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 v26: > * Following Eric's comment, backward split 2/33, 3/33. > (repurpose

Re: [Qemu-devel] [PATCH v27 00/33] replace QEMUOptionParameter with QemuOpts

2014-05-14 Thread Chun Yan Liu
Hi, any feedback about this version? http://lists.gnu.org/archive/html/qemu-devel/2014-05/msg01098.html http://lists.gnu.org/archive/html/qemu-devel/2014-05/msg01135.html - Chunyan >>> On 5/7/2014 at 06:17 PM, in message <536A0846.4C2 : 102 : 21807>, Chun Yan >>> Liu wrote: > My git-send-email

Re: [Qemu-devel] [PATCH v27 00/33] replace QEMUOptionParameter with QemuOpts

2014-05-07 Thread Chun Yan Liu
My git-send-email died after sending 15 of 33. Resend again. 1st 15 patches might appear twice. Sorry for that. >>> On 5/7/2014 at 05:54 PM, in message <1399456476-10786-1-git-send-email-cy...@suse.com>, Chunyan Liu wrote: > This patch series is to replace QEMUOptionParameter with QemuOpts, so t

[Qemu-devel] [PATCH v27 00/33] replace QEMUOptionParameter with QemuOpts

2014-05-07 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 v26: * Following Eric's comment, backward split 2/33, 3/33. (repurpose qemu_opts_print first, add def_value_str to QemuOptDesc later). * Fix memory

[Qemu-devel] [PATCH v27 00/33] replace QEMUOptionParameter with QemuOpts

2014-05-07 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 v26: * Following Eric's comment, backward split 2/33, 3/33. (repurpose qemu_opts_print first, add def_value_str to QemuOptDesc later). * Fix memory