From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL v2 00/11] Clean up around error_get_pretty(), qerror_report_err()
Date: Wed, 18 Feb 2015 12:10:30 +0100 [thread overview]
Message-ID: <1424257841-18634-1-git-send-email-armbru@redhat.com> (raw)
Tree-wide cleanup, but the tree-wide changes are mechanical.
Includes separately posted "[PATCH] vhost-scsi: Improve error
reporting for invalid vhostfd".
The following changes since commit cd2d5541271f1934345d8ca42f5fafff1744eee7:
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging (2015-02-13 11:44:50 +0000)
are available in the git repository at:
git://repo.or.cz/qemu/armbru.git tags/pull-error-2015-02-18
for you to fetch changes up to 33394884060b6501ef39b124eeaa111f61c59f7f:
qemu-char: Avoid qerror_report_err() outside QMP command handlers (2015-02-18 10:51:40 +0100)
----------------------------------------------------------------
Clean up around error_get_pretty(), qerror_report_err()
----------------------------------------------------------------
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
next reply other threads:[~2015-02-18 11:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-18 11:10 Markus Armbruster [this message]
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 01/11] vhost-scsi: Improve error reporting for invalid vhostfd Markus Armbruster
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 02/11] error: New convenience function error_report_err() Markus Armbruster
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 03/11] error: Use error_report_err() where appropriate Markus Armbruster
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 04/11] monitor: Clean up around monitor_handle_fd_param() Markus Armbruster
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 05/11] monitor: Avoid qerror_report_err() outside QMP command handlers Markus Armbruster
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 06/11] net: " Markus Armbruster
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 07/11] numa: " Markus Armbruster
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 08/11] tpm: " Markus Armbruster
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 09/11] vl: " Markus Armbruster
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 10/11] qemu-img: " Markus Armbruster
2015-02-18 11:10 ` [Qemu-devel] [PULL v2 11/11] qemu-char: " Markus Armbruster
2015-02-26 9:08 ` [Qemu-devel] [PULL v2 00/11] Clean up around error_get_pretty(), qerror_report_err() Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1424257841-18634-1-git-send-email-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).