qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
To: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Cc: kwolf@redhat.com, wdongxu@cn.ibm.com, qemu-devel@nongnu.org,
	stefanha@redhat.com, armbru@redhat.com
Subject: Re: [Qemu-devel] [PATCH V13 0/6] replace QEMUOptionParameter with QemuOpts parser
Date: Mon, 22 Apr 2013 10:20:02 +0800	[thread overview]
Message-ID: <51749E52.5050000@linux.vnet.ibm.com> (raw)
In-Reply-To: <1365575111-4476-1-git-send-email-wdongxu@linux.vnet.ibm.com>

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

  parent reply	other threads:[~2013-04-22  2:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-10  6:25 [Qemu-devel] [PATCH V13 0/6] replace QEMUOptionParameter with QemuOpts parser Dong Xu Wang
2013-04-10  6:25 ` [Qemu-devel] [PATCH V13 1/6] add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print Dong Xu Wang
2013-05-06 12:16   ` Markus Armbruster
2013-04-10  6:25 ` [Qemu-devel] [PATCH V13 2/6] avoid duplication of default value in QemuOpts Dong Xu Wang
2013-05-06 11:54   ` Markus Armbruster
2013-04-10  6:25 ` [Qemu-devel] [PATCH V13 3/6] Create four QemuOptsList related functions Dong Xu Wang
2013-04-10  6:25 ` [Qemu-devel] [PATCH V13 4/6] create some QemuOpts functons Dong Xu Wang
2013-05-06 12:20   ` Markus Armbruster
2013-05-07  5:19     ` Dong Xu Wang
2013-05-07  7:38       ` Markus Armbruster
2013-05-07  7:53         ` Dong Xu Wang
2013-04-10  6:25 ` [Qemu-devel] [PATCH V13 5/6] Use QemuOpts support in block layer Dong Xu Wang
2013-04-10  6:25 ` [Qemu-devel] [PATCH V13 6/6] remove QEMUOptionParameter related functions and struct Dong Xu Wang
2013-04-22  2:20 ` Dong Xu Wang [this message]
2013-04-22  8:18   ` [Qemu-devel] [PATCH V13 0/6] replace QEMUOptionParameter with QemuOpts parser Markus Armbruster
2013-05-06 12:26 ` Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51749E52.5050000@linux.vnet.ibm.com \
    --to=wdongxu@linux.vnet.ibm.com \
    --cc=armbru@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=wdongxu@cn.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).