qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V14 0/6] replace QEMUOptionParameter with QemuOpts parser
@ 2013-05-08  8:45 Dong Xu Wang
  2013-05-08  8:45 ` [Qemu-devel] [PATCH V14 1/6] add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print Dong Xu Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Dong Xu Wang @ 2013-05-08  8:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: Dong Xu Wang, kwol, wdongxu, armbru, stefanha

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               |  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     |  49 ++--
 qemu-img.c                |  65 +++---
 util/qemu-option.c        | 571 +++++++++++++++++++++-------------------------
 23 files changed, 903 insertions(+), 953 deletions(-)

-- 
1.7.11.7

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-05-09  2:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08  8:45 [Qemu-devel] [PATCH V14 0/6] replace QEMUOptionParameter with QemuOpts parser Dong Xu Wang
2013-05-08  8:45 ` [Qemu-devel] [PATCH V14 1/6] add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print Dong Xu Wang
2013-05-08  8:45 ` [Qemu-devel] [PATCH V14 2/6] avoid duplication of default value in QemuOpts Dong Xu Wang
2013-05-08  8:45 ` [Qemu-devel] [PATCH V14 3/6] Create four QemuOptsList related functions Dong Xu Wang
2013-05-08  8:45 ` [Qemu-devel] [PATCH V14 4/6] Create some QemuOpts functons Dong Xu Wang
2013-05-08  8:45 ` [Qemu-devel] [PATCH V14 5/6] Use QemuOpts support in block layer Dong Xu Wang
2013-05-08  8:45 ` [Qemu-devel] [PATCH V14 6/6] remove QEMUOptionParameter related functions and struct Dong Xu Wang
2013-05-08 17:59   ` Eric Blake
2013-05-09  2:19     ` Dong Xu Wang

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