From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO1xf-0003l1-2C for qemu-devel@nongnu.org; Wed, 18 Feb 2015 05:34:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO1xa-00087B-W7 for qemu-devel@nongnu.org; Wed, 18 Feb 2015 05:34:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO1xa-00086L-Nz for qemu-devel@nongnu.org; Wed, 18 Feb 2015 05:34:26 -0500 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 (8.14.4/8.14.4) with ESMTP id t1IAYQ9W027858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 18 Feb 2015 05:34:26 -0500 Received: from blackfin.pond.sub.org (ovpn-116-39.ams2.redhat.com [10.36.116.39]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t1IAYNun024530 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 18 Feb 2015 05:34:25 -0500 From: Markus Armbruster Date: Wed, 18 Feb 2015 11:34:11 +0100 Message-Id: <1424255662-5393-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 00/11] Clean up around error_get_pretty(), qerror_report_err() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Tree-wide cleanup, but the tree-wide changes are mechanical. Includes separately posted "[PATCH] vhost-scsi: Improve error reporting for invalid vhostfd". Markus Armbruster (11): vhost-scsi: Improve error reporting for invalid vhostfd error: New convenience function error_report_err() error: Use error_report_err() where appropriate monitor: Clean up around monitor_handle_fd_param() monitor: Avoid qerror_report_err() outside QMP command handlers net: Avoid qerror_report_err() outside QMP command handlers numa: Avoid qerror_report_err() outside QMP command handlers tpm: Avoid qerror_report_err() outside QMP command handlers vl: Avoid qerror_report_err() outside QMP command handlers qemu-img: Avoid qerror_report_err() outside QMP command handlers qemu-char: Avoid qerror_report_err() outside QMP command handlers arch_init.c | 3 +-- block/sheepdog.c | 39 +++++++++++++-------------------------- blockdev.c | 12 ++++-------- hw/arm/exynos4210.c | 4 ++-- hw/arm/highbank.c | 4 ++-- hw/arm/integratorcp.c | 4 ++-- hw/arm/realview.c | 6 +++--- hw/arm/versatilepb.c | 4 ++-- hw/arm/vexpress.c | 2 +- hw/arm/xilinx_zynq.c | 8 ++++---- hw/block/virtio-blk.c | 3 +-- hw/char/serial.c | 6 ++---- hw/i386/kvm/pci-assign.c | 14 +++++--------- hw/i386/pc.c | 5 ++--- hw/i386/smbios.c | 14 +++++++------- hw/ide/qdev.c | 3 +-- hw/pci/pci-hotplug-old.c | 3 +-- hw/pci/pci.c | 3 +-- hw/scsi/vhost-scsi.c | 6 ++++-- hw/usb/dev-network.c | 3 +-- hw/usb/host-libusb.c | 3 +-- hw/usb/redirect.c | 3 +-- include/monitor/monitor.h | 3 +-- include/qapi/error.h | 5 +++++ monitor.c | 18 ++---------------- net/net.c | 9 +++------ net/socket.c | 4 +++- net/tap.c | 11 ++++++++--- numa.c | 8 +++----- qemu-char.c | 6 ++---- qemu-img.c | 9 +++------ qemu-io.c | 3 +-- qemu-nbd.c | 12 ++++-------- qom/cpu.c | 3 +-- target-i386/cpu.c | 3 +-- target-sparc/cpu.c | 3 +-- tpm.c | 6 ++---- util/error.c | 14 ++++++++++---- util/qemu-config.c | 9 +++------ vl.c | 21 ++++++++------------- 40 files changed, 122 insertions(+), 177 deletions(-) -- 1.9.3