From: Dongxu Wang <wdongxu@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: Dongxu Wang <wdongxu@linux.vnet.ibm.com>, armbru@redhat.com
Subject: [Qemu-devel] [PATCH V15 0/6] replace QEMUOptionParameter with QemuOpts parser
Date: Thu, 30 May 2013 17:55:22 +0800 [thread overview]
Message-ID: <1369907728-4175-1-git-send-email-wdongxu@linux.vnet.ibm.com> (raw)
These patches will replace QEMUOptionParameter with QemuOpts. Change logs
please go to each patch's commit message.
V14->V15:
1) Only delete enum QEMUOptionParType.
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 | 100 ++++----
block/cow.c | 52 ++---
block/gluster.c | 37 ++-
block/iscsi.c | 31 ++-
block/qcow.c | 67 +++---
block/qcow2.c | 199 ++++++++--------
block/qed.c | 108 +++++----
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 | 81 ++++---
block/ssh.c | 29 ++-
block/vdi.c | 70 +++---
block/vmdk.c | 128 ++++++-----
block/vpc.c | 65 +++---
block/vvfat.c | 11 +-
include/block/block.h | 5 +-
include/block/block_int.h | 6 +-
include/qemu/option.h | 56 ++---
qemu-img.c | 65 +++---
util/qemu-option.c | 571 +++++++++++++++++++++-------------------------
23 files changed, 904 insertions(+), 961 deletions(-)
--
1.7.11.7
next reply other threads:[~2013-05-30 9:56 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-30 9:55 Dongxu Wang [this message]
2013-05-30 9:55 ` [Qemu-devel] [PATCH V15 1/6] add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print Dongxu Wang
2013-05-30 21:22 ` Eric Blake
2013-05-31 2:21 ` Dongxu Wang
2013-05-30 9:55 ` [Qemu-devel] [PATCH V15 2/6] avoid duplication of default value in QemuOpts Dongxu Wang
2013-05-30 21:25 ` Eric Blake
2013-05-30 9:55 ` [Qemu-devel] [PATCH V15 3/6] Create four QemuOptsList related functions Dongxu Wang
2013-05-30 21:43 ` Eric Blake
2013-05-31 2:26 ` Dongxu Wang
2013-05-30 9:55 ` [Qemu-devel] [PATCH V15 4/6] Create some QemuOpts functons Dongxu Wang
2013-05-30 9:55 ` [Qemu-devel] [PATCH V15 5/6] Use QemuOpts support in block layer Dongxu Wang
2013-05-30 9:55 ` [Qemu-devel] [PATCH V15 6/6] remove QEMUOptionParameter related functions and struct Dongxu Wang
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=1369907728-4175-1-git-send-email-wdongxu@linux.vnet.ibm.com \
--to=wdongxu@linux.vnet.ibm.com \
--cc=armbru@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).