Re: [Qemu-devel] [PATCH v2 3/3] device_tree: qemu_fdt_setprop: Fixup error reporting

2013-12-18 Thread Peter Crosthwaite
On Wed, Dec 18, 2013 at 11:48 PM, Alexander Graf wrote: > > On 11.11.2013, at 09:16, peter.crosthwa...@xilinx.com wrote: > >> From: Peter Crosthwaite >> >> There are a mix of usages of the qemu_fdt_* API calls, some which >> wish to assert and abort QEMU on failure and some of which wish to do >>

Re: [Qemu-devel] [PATCH v2 3/3] device_tree: qemu_fdt_setprop: Fixup error reporting

2013-12-18 Thread Alexander Graf
On 11.11.2013, at 09:16, peter.crosthwa...@xilinx.com wrote: > From: Peter Crosthwaite > > There are a mix of usages of the qemu_fdt_* API calls, some which > wish to assert and abort QEMU on failure and some of which wish to do > their own error handling. The latter in more correct, but the fo

[Qemu-devel] [PATCH v2 3/3] device_tree: qemu_fdt_setprop: Fixup error reporting

2013-11-11 Thread peter . crosthwaite
From: Peter Crosthwaite There are a mix of usages of the qemu_fdt_* API calls, some which wish to assert and abort QEMU on failure and some of which wish to do their own error handling. The latter in more correct, but the former is in the majority and more pragmatic. However the asserting clients