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

2014-06-26 Thread Peter Lieven
On 26.06.2014 07:01, Chun Yan Liu wrote: On 6/23/2014 at 10:06 PM, in message <53a8347c.6010...@dlhnet.de>, Peter Lieven wrote: On 05.06.2014 11:20, Chunyan Liu wrote: This patch series is to replace QEMUOptionParameter with QemuOpts, so that only one Qemu Option structure is kept in QEMU

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

2014-06-25 Thread Chun Yan Liu
>>> On 6/23/2014 at 10:06 PM, in message <53a8347c.6010...@dlhnet.de>, Peter >>> Lieven wrote: > On 05.06.2014 11:20, Chunyan Liu wrote: > > This patch series is to replace QEMUOptionParameter with QemuOpts, so that > only > > one Qemu Option structure is kept in QEMU code. > > > > ---

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

2014-06-23 Thread Peter Lieven
On 05.06.2014 11:20, 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 v27: * rebase to git master (code has been updated in this part since v27 sent so rebase to make the patc

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

2014-06-12 Thread Markus Armbruster
Stefan Hajnoczi writes: > On Thu, Jun 05, 2014 at 05:20:39PM +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 v27: >> * rebase to git master (code has been

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

2014-06-11 Thread Stefan Hajnoczi
On Thu, Jun 05, 2014 at 05:20:39PM +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 v27: > * rebase to git master (code has been updated in this part since v27 sen

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

2014-06-09 Thread Stefan Hajnoczi
On Thu, Jun 05, 2014 at 05:20:39PM +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 v27: > * rebase to git master (code has been updated in this part since v27 sen

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

2014-06-09 Thread Stefan Hajnoczi
On Sun, Jun 08, 2014 at 09:08:57PM -0600, Chun Yan Liu wrote: > >>> On 6/5/2014 at 09:28 PM, in message > <20140605132857.ga8...@stefanha-thinkpad.redhat.com>, Stefan Hajnoczi > wrote: > > On Thu, Jun 05, 2014 at 05:20:39PM +0800, Chunyan Liu wrote: > > > This patch series is to replace QEMUOpti

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

2014-06-08 Thread Chun Yan Liu
>>> On 6/5/2014 at 09:28 PM, in message <20140605132857.ga8...@stefanha-thinkpad.redhat.com>, Stefan Hajnoczi wrote: > On Thu, Jun 05, 2014 at 05:20:39PM +0800, Chunyan Liu wrote: > > This patch series is to replace QEMUOptionParameter with QemuOpts, so that > only > > one Qemu Option struc

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

2014-06-05 Thread Markus Armbruster
Stefan Hajnoczi writes: > On Thu, Jun 05, 2014 at 05:20:39PM +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 v27: >> * rebase to git master (code has been

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

2014-06-05 Thread Stefan Hajnoczi
On Thu, Jun 05, 2014 at 05:20:39PM +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 v27: > * rebase to git master (code has been updated in this part since v27 sen

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

2014-06-05 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 v27: * rebase to git master (code has been updated in this part since v27 sent so rebase to make the patch series work.) All patches are also availa