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
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
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
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
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