From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2COH-0006fw-Ef for qemu-devel@nongnu.org; Tue, 09 Jun 2015 01:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2COF-0005Nc-QZ for qemu-devel@nongnu.org; Tue, 09 Jun 2015 01:48:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2COF-0005N5-Ls for qemu-devel@nongnu.org; Tue, 09 Jun 2015 01:47:59 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 4CE6CBF9F1 for ; Tue, 9 Jun 2015 05:47:59 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-60.ams2.redhat.com [10.36.116.60]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t595lv9r017432 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 9 Jun 2015 01:47:58 -0400 From: Markus Armbruster Date: Tue, 9 Jun 2015 07:47:47 +0200 Message-Id: <1433828876-10892-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL v2 0/9] Error reporting patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit ee09f84e6bf5383a23c9624115c26b72aa1e076c: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-06-08 15:57:41 +0100) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-error-2015-06-09 for you to fetch changes up to 8190483196148f765c65785876f7b893d64b6cdd: vhost-user: Improve -netdev/netdev_add/-net/... error reporting (2015-06-09 07:40:24 +0200) ---------------------------------------------------------------- Error reporting patches ---------------------------------------------------------------- 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 | 82 ++++++++++++++++++++++++---------------- 14 files changed, 133 insertions(+), 96 deletions(-) -- 1.9.3