Paolo Bonzini writes:
> On 12/03/2015 16:10, Peter Maydell wrote:
>> So is the non-deprecated approach to have the board call
>> object_property_set_bool(OBJECT(dev), true, "realized", &err);
>> directly itself (handling errors however it feels like) rather
>> than calling qdev_init_nofail()
On 12/03/2015 16:10, Peter Maydell wrote:
> So is the non-deprecated approach to have the board call
> object_property_set_bool(OBJECT(dev), true, "realized", &err);
> directly itself (handling errors however it feels like) rather
> than calling qdev_init_nofail() ?
qdev_init_nofail seems a
On 12 March 2015 at 14:54, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster
> ---
> Depends on
> [PATCH 3/3] s390x: Replace unchecked qdev_init() by qdev_init_nofail()
> [PATCH] macio: Convert to realize()
Always nice to remove a deprecated API...
> --- a/include/hw/qdev-core.h
> +++
Signed-off-by: Markus Armbruster
---
Depends on
[PATCH 3/3] s390x: Replace unchecked qdev_init() by qdev_init_nofail()
[PATCH] macio: Convert to realize()
hw/core/qdev.c | 44 +---
include/hw/qdev-core.h | 3 +--
2 files changed, 14 insertions(+),