Re: [Qemu-devel] [PATCH v25 00/31] replace QEMUOptionParameter with QemuOpts

2014-04-25 Thread Stefan Hajnoczi
On Fri, Apr 11, 2014 at 01:53:56AM +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 v24: > * fix Leandro's comments to v23 > * add patch for block/nfs.c > * re

Re: [Qemu-devel] [PATCH v25 00/31] replace QEMUOptionParameter with QemuOpts

2014-04-24 Thread Stefan Hajnoczi
On Mon, Apr 21, 2014 at 02:44:36PM +0800, Chunyan Liu wrote: > Hi, Eric, Stefan, Leandro, > > Could you have a look at the new version? > https://lists.gnu.org/archive/html/qemu-devel/2014-04/msg01759.html > > This work lasts for a very long time, hope it could be ended soon :) Eric pointed out

Re: [Qemu-devel] [PATCH v25 00/31] replace QEMUOptionParameter with QemuOpts

2014-04-24 Thread Stefan Hajnoczi
On Mon, Apr 21, 2014 at 02:44:36PM +0800, Chunyan Liu wrote: > Hi, Eric, Stefan, Leandro, > > Could you have a look at the new version? > https://lists.gnu.org/archive/html/qemu-devel/2014-04/msg01759.html > > This work lasts for a very long time, hope it could be ended soon :) Yes, I will look

Re: [Qemu-devel] [PATCH v25 00/31] replace QEMUOptionParameter with QemuOpts

2014-04-20 Thread Chunyan Liu
Hi, Eric, Stefan, Leandro, Could you have a look at the new version? https://lists.gnu.org/archive/html/qemu-devel/2014-04/msg01759.html This work lasts for a very long time, hope it could be ended soon :) - Chunyan

[Qemu-devel] [PATCH v25 00/31] replace QEMUOptionParameter with QemuOpts

2014-04-10 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 v24: * fix Leandro's comments to v23 * add patch for block/nfs.c * rebase to latest code All patches are also available from: https://github.com/chu