qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V13 0/6] replace QEMUOptionParameter with QemuOp


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH V13 0/6] replace QEMUOptionParameter with QemuOpts parser
Date: Mon, 22 Apr 2013 10:18:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Dong Xu Wang <address@hidden> writes:

> On 2013/4/10 14:25, Dong Xu Wang wrote:
>> These patches will replace QEMUOptionParameter with QemuOpts. Change logs
>> please go to each patch's commit message.
>>
>> Dong Xu Wang (6):
>>    add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print
>>    avoid duplication of default value in QemuOpts
>>    Create four QemuOptsList related functions
>>    create some QemuOpts functons
>>    Use QemuOpts support in block layer
>>    remove QEMUOptionParameter related functions and struct
>>
>>   block.c                   |  98 ++++----
>>   block/cow.c               |  46 ++--
>>   block/gluster.c           |  37 ++--
>>   block/iscsi.c             |  35 ++-
>>   block/qcow.c              |  61 +++--
>>   block/qcow2.c             | 173 ++++++++-------
>>   block/qed.c               |  86 ++++---
>>   block/qed.h               |   2 +-
>>   block/raw-posix.c         |  59 +++--
>>   block/raw-win32.c         |  31 +--
>>   block/raw.c               |  30 +--
>>   block/rbd.c               |  62 +++---
>>   block/sheepdog.c          |  79 ++++---
>>   block/vdi.c               |  70 +++---
>>   block/vmdk.c              |  90 ++++----
>>   block/vpc.c               |  57 ++---
>>   block/vvfat.c             |  11 +-
>>   include/block/block.h     |   5 +-
>>   include/block/block_int.h |   6 +-
>>   include/qemu/option.h     |  49 ++--
>>   qemu-img.c                |  61 +++--
>>   util/qemu-option.c        | 555 
>> ++++++++++++++++++++--------------------------
>>   22 files changed, 791 insertions(+), 912 deletions(-)
>>
> Ping..
> Can anyone give some comments? That will be very grateful..

It's in my queue.  Sorry for the delay, I know how frustrating it must
be, but I'm doing what I can.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]