From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a745r-0000I7-5Q for qemu-devel@nongnu.org; Thu, 10 Dec 2015 11:29:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a745p-0007O2-8e for qemu-devel@nongnu.org; Thu, 10 Dec 2015 11:29:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a745p-0007Ny-3y for qemu-devel@nongnu.org; Thu, 10 Dec 2015 11:29:21 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id B8ED129A6D5 for ; Thu, 10 Dec 2015 16:29:20 +0000 (UTC) From: Markus Armbruster Date: Thu, 10 Dec 2015 17:29:13 +0100 Message-Id: <1449764955-10741-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] Use error_fatal to simplify obvious fatal errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com 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