qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Cc: kwolf@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com
Subject: Re: [Qemu-devel] [PATCH V12 0/4] replace QEMUOptionParameter with QemuOpts parser
Date: Tue, 5 Mar 2013 10:06:12 +0100	[thread overview]
Message-ID: <20130305090612.GC1017@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <1362043236-4635-1-git-send-email-wdongxu@linux.vnet.ibm.com>

On Thu, Feb 28, 2013 at 05:20:32PM +0800, Dong Xu Wang wrote:
> Patch 1 add def_value_str and use it in qemu_opts_print.
> 
> Patch 2 Create functions to pair with QemuOpts parser.
> 
> Patch 3 Use QemuOpts parser in Block.
> 
> Patch 4 Remove QEMUOptionParameter parser related code.
> 
>           
> 
> Dong Xu Wang (4):
>   add def_value_str and use it in qemu_opts_print
>   Create four QemuOptsList related functions
>   Use QemuOpts support in block layer
>   remove QEMUOptionParameter related code
> 
>  block.c                   |  91 ++++-----
>  block/cow.c               |  46 +++--
>  block/gluster.c           |  37 ++--
>  block/iscsi.c             |   8 +-
>  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          |  75 ++++---
>  block/vdi.c               |  70 ++++---
>  block/vmdk.c              |  90 +++++----
>  block/vpc.c               |  57 +++---
>  block/vvfat.c             |  11 +-
>  include/block/block.h     |   4 +-
>  include/block/block_int.h |   6 +-
>  include/qemu/option.h     |  46 ++---
>  qemu-img.c                |  61 +++---
>  util/qemu-option.c        | 490 ++++++++++++++++++----------------------------
>  22 files changed, 723 insertions(+), 873 deletions(-)
> 
> -- 
> 1.7.11.7
> 

Looks fine at the high level.  Markus had specific comments in the last
version, please wait for his review before applying.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

       reply	other threads:[~2013-03-05  9:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1362043236-4635-1-git-send-email-wdongxu@linux.vnet.ibm.com>
2013-03-05  9:06 ` Stefan Hajnoczi [this message]
2013-03-07  7:36   ` [Qemu-devel] [PATCH V12 0/4] replace QEMUOptionParameter with QemuOpts parser Markus Armbruster
2013-03-21 13:03 ` Markus Armbruster
2013-03-21 13:20   ` Kevin Wolf
     [not found] ` <1362043236-4635-3-git-send-email-wdongxu@linux.vnet.ibm.com>
2013-03-21 13:05   ` [Qemu-devel] [PATCH V12 2/4] Create four QemuOptsList related functions Markus Armbruster
     [not found] ` <1362043236-4635-4-git-send-email-wdongxu@linux.vnet.ibm.com>
2013-03-06  1:51   ` [Qemu-devel] [PATCH V12 3/4] Use QemuOpts support in block layer Dong Xu Wang
2013-03-21 15:31   ` Markus Armbruster
2013-03-25  6:31     ` Dong Xu Wang
2013-04-02 16:22       ` Markus Armbruster
     [not found] ` <1362043236-4635-2-git-send-email-wdongxu@linux.vnet.ibm.com>
2013-03-21 15:59   ` [Qemu-devel] [PATCH V12 1/4] add def_value_str and use it in qemu_opts_print 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=20130305090612.GC1017@stefanha-thinkpad.redhat.com \
    --to=stefanha@redhat.com \
    --cc=armbru@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=wdongxu@linux.vnet.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).