qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] Use error_fatal to simplify obvious fatal er


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH v2 0/2] Use error_fatal to simplify obvious fatal errors
Date: Thu, 10 Dec 2015 17:29:13 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]