qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/13] QemuOpts: Convert various setters to Error


From: Markus Armbruster
Subject: [Qemu-devel] [PULL 00/13] QemuOpts: Convert various setters to Error
Date: Thu, 26 Feb 2015 15:07:15 +0100

Bonus: improve qemu-img error reporting slightly.

Changes since v1:
* Straightforward rebase
* Whitespace fix in PATCH 6 [Eric]
* Comment polished in PATCH 9 [Eric]
Because they're trivial, I'm requesting a pull without another round
of review.

The following changes since commit c5c6d7f81a6950d8e32a3b5a0bafd37bfa5a8e88:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into 
staging (2015-02-26 07:01:08 +0000)

are available in the git repository at:


  git://repo.or.cz/qemu/armbru.git tags/pull-error-2015-02-26

for you to fetch changes up to b3adf5acb57dee14a74e57ab4f16cd1a83e5a7d2:

  qtest: Use qemu_opt_set() instead of qemu_opts_parse() (2015-02-26 14:52:13 
+0100)

----------------------------------------------------------------
QemuOpts: Convert various setters to Error

----------------------------------------------------------------
Markus Armbruster (13):
      QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use
      QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
      QemuOpts: Convert qemu_opts_set() to Error, fix its use
      qemu-img: Suppress unhelpful extra errors in convert, resize
      block: Suppress unhelpful extra errors in bdrv_img_create()
      QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
      QemuOpts: Propagate errors through opts_do_parse()
      QemuOpts: Propagate errors through opts_parse()
      qemu-img: Suppress unhelpful extra errors in convert, amend
      block: Simplify setting numeric options
      qemu-sockets: Simplify setting numeric and boolean options
      pc: Use qemu_opt_set() instead of qemu_opts_parse()
      qtest: Use qemu_opt_set() instead of qemu_opts_parse()

 block.c                  |  17 +++++---
 block/nbd.c              |   3 +-
 block/qcow2.c            |   5 ++-
 block/vvfat.c            |   5 ++-
 blockdev.c               |  25 ++++++------
 hw/i386/pc.c             |  11 ++---
 hw/pci/pci-hotplug-old.c |   2 +-
 hw/usb/dev-network.c     |   4 +-
 hw/usb/dev-storage.c     |   6 +--
 hw/watchdog/watchdog.c   |   2 +-
 include/qemu/option.h    |  18 +++++----
 net/net.c                |   6 +--
 qdev-monitor.c           |   6 +--
 qemu-char.c              |  68 +++++++++++++++++--------------
 qemu-img.c               |  44 ++++++++++++++------
 qtest.c                  |  11 ++---
 tests/test-qemu-opts.c   |  38 +++++++++---------
 util/qemu-config.c       |   9 ++++-
 util/qemu-option.c       | 100 +++++++++++++++++++++++-----------------------
 util/qemu-sockets.c      |  42 +++++++++----------
 vl.c                     | 102 ++++++++++++++++++++++++++---------------------
 21 files changed, 284 insertions(+), 240 deletions(-)

-- 
1.9.3




reply via email to

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