hw: Remove assert_no_error usages
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Thu, 2 Jan 2014 02:48:08 +0000 (18:48 -0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 6 Jan 2014 20:02:30 +0000 (15:02 -0500)
commit5433a0a89e68443c9ce1cd0c7b1af23320133983
treeba5e35a6e5dd2655c087a48a43123cccc17e6ae8
parent90c3f6e02662d2d8edf059168a037a119ed208cb
hw: Remove assert_no_error usages

Replace assert_no_error() usages with the error_abort system.
&error_abort is passed into API calls to signal to the Error sub-system
that any errors are fatal. Removes need for caller assertions.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
hw/core/qdev-properties-system.c
hw/core/qdev-properties.c
hw/core/qdev.c
hw/dma/xilinx_axidma.c
hw/net/xilinx_axienet.c
include/hw/xilinx.h
target-arm/cpu.c