On Tue, Dec 3, 2013 at 7:35 PM, Markus Armbruster wrote:
> Peter Crosthwaite writes:
>
>> 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.
>>
>
Peter Crosthwaite writes:
> 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
[...]
> diff --git a/hw/core/q
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
---
hw/core/qdev-properties-system.c | 8 ++--
hw/core/qdev-