From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com
Subject: [Qemu-devel] [PATCH v2 0/2] Use error_fatal to simplify obvious fatal errors
Date: Thu, 10 Dec 2015 17:29:13 +0100 [thread overview]
Message-ID: <1449764955-10741-1-git-send-email-armbru@redhat.com> (raw)
v2:
* PATCH 1: Don't mess up formatting of zynq_init() [Paolo]
* PATCH 2: New [Paolo]
Markus Armbruster (2):
Use error_fatal to simplify obvious fatal errors
hw: Inline the qdev_prop_set_drive_nofail() wrapper
hw/arm/exynos4210.c | 13 ++----------
hw/arm/highbank.c | 7 +------
hw/arm/integratorcp.c | 13 ++----------
hw/arm/nseries.c | 4 ++--
hw/arm/realview.c | 20 ++++---------------
hw/arm/versatilepb.c | 13 ++----------
hw/arm/vexpress.c | 7 +------
hw/arm/xilinx_zynq.c | 28 ++++++--------------------
hw/block/fdc.c | 15 +++++++++-----
hw/block/nand.c | 2 +-
hw/char/serial.c | 14 ++-----------
hw/core/qdev-properties-system.c | 12 -----------
hw/i386/pc.c | 14 ++-----------
hw/ide/qdev.c | 3 ++-
hw/isa/pc87312.c | 8 ++++----
hw/ppc/spapr.c | 3 ++-
hw/smbios/smbios.c | 43 +++++++---------------------------------
include/hw/qdev-properties.h | 2 --
numa.c | 8 ++------
vl.c | 21 +++-----------------
20 files changed, 55 insertions(+), 195 deletions(-)
--
2.4.3
next reply other threads:[~2015-12-10 16:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-10 16:29 Markus Armbruster [this message]
2015-12-10 16:29 ` [Qemu-devel] [PATCH v2 1/2] Use error_fatal to simplify obvious fatal errors Markus Armbruster
2015-12-14 16:55 ` Eduardo Habkost
2015-12-14 19:25 ` Markus Armbruster
2015-12-15 18:41 ` [Qemu-devel] [Qemu-arm] " Peter Maydell
2015-12-16 7:43 ` Markus Armbruster
2015-12-16 11:17 ` Peter Maydell
2015-12-10 16:29 ` [Qemu-devel] [PATCH v2 2/2] hw: Inline the qdev_prop_set_drive_nofail() wrapper Markus Armbruster
2015-12-10 16:50 ` 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=1449764955-10741-1-git-send-email-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=pbonzini@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).