qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/9] Miscellaneous error reporting improvements
@ 2015-06-03  9:17 Markus Armbruster
  2015-06-03  9:17 ` [Qemu-devel] [PATCH v2 1/9] vl: Report failure to sandbox at most once Markus Armbruster
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Markus Armbruster @ 2015-06-03  9:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini

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?

v2:
* Straightforward rebase, R-bys retained.
* PATCH 1,3,4: Commit message improvements [Eric]
* PATCH 5,8: Use NULL instead of &error_abort [Kevin]
* PATCH 5,8: Assert we got no error from callback when it returned
  success [Eric]

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                 | 32 +++++++--------
 numa.c                           |  5 +--
 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               | 43 +++++++++++++-------
 vl.c                             | 84 ++++++++++++++++++++++++----------------
 14 files changed, 134 insertions(+), 97 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-06-03  9:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03  9:17 [Qemu-devel] [PATCH v2 0/9] Miscellaneous error reporting improvements Markus Armbruster
2015-06-03  9:17 ` [Qemu-devel] [PATCH v2 1/9] vl: Report failure to sandbox at most once Markus Armbruster
2015-06-03  9:17 ` [Qemu-devel] [PATCH v2 2/9] vl: Print -device help " Markus Armbruster
2015-06-03  9:17 ` [Qemu-devel] [PATCH v2 3/9] vl: Fail right after first bad -object Markus Armbruster
2015-06-03  9:17 ` [Qemu-devel] [PATCH v2 4/9] QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure Markus Armbruster
2015-06-03  9:17 ` [Qemu-devel] [PATCH v2 5/9] QemuOpts: Convert qemu_opts_foreach() to Error Markus Armbruster
2015-06-03  9:17 ` [Qemu-devel] [PATCH v2 6/9] blkdebug: Simplify passing of Error through qemu_opts_foreach() Markus Armbruster
2015-06-03  9:17 ` [Qemu-devel] [PATCH v2 7/9] QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure Markus Armbruster
2015-06-03  9:17 ` [Qemu-devel] [PATCH v2 8/9] QemuOpts: Convert qemu_opt_foreach() to Error Markus Armbruster
2015-06-03  9:17 ` [Qemu-devel] [PATCH v2 9/9] vhost-user: Improve -netdev/netdev_add/-net/... error reporting Markus Armbruster

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