qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/9] Miscellaneous error reporting improvements


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 0/9] Miscellaneous error reporting improvements
Date: Thu, 28 May 2015 14:21:26 +0200

Touches vl.c, which gives me pretext to ask Paolo: would you be
willing to take this through your tree?  Or should I take it through
mine?

Markus Armbruster (9):
  vl: Report failure to sandbox at most once
  vl: Print -device help at most once
  vl: Fail right after first bad -object
  QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
  QemuOpts: Convert qemu_opts_foreach() to Error
  blkdebug: Simplify passing of Error through qemu_opts_foreach()
  QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
  QemuOpts: Convert qemu_opt_foreach() to Error
  vhost-user: Improve -netdev/netdev_add/-net/... error reporting

 block/blkdebug.c                 | 12 +++---
 hw/core/qdev-properties-system.c |  5 ++-
 include/qemu/option.h            | 12 +++---
 include/ui/console.h             |  2 +-
 net/net.c                        | 10 +++--
 net/vhost-user.c                 | 33 ++++++++--------
 numa.c                           |  6 +--
 qdev-monitor.c                   |  5 ++-
 tpm.c                            |  5 +--
 ui/spice-core.c                  |  5 ++-
 ui/vnc.c                         |  2 +-
 util/qemu-config.c               |  9 +++--
 util/qemu-option.c               | 41 +++++++++++++-------
 vl.c                             | 82 ++++++++++++++++++++++++----------------
 14 files changed, 132 insertions(+), 97 deletions(-)

-- 
1.9.3




reply via email to

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