Re: [Qemu-devel] [PATCH 0/7] propagate Errors to do_device_add()

2013-02-04 Thread Laszlo Ersek
On 02/04/13 19:01, Luiz Capitulino wrote: > On Fri, 1 Feb 2013 18:38:12 +0100 > Laszlo Ersek wrote: > >> This series is the first in converting do_device_add() to qapi. > > I've reviewed this, although it doesn't apply on master anymore and > then I was unable to try it. Thanks for the review,

Re: [Qemu-devel] [PATCH 0/7] propagate Errors to do_device_add()

2013-02-04 Thread Luiz Capitulino
On Fri, 1 Feb 2013 18:38:12 +0100 Laszlo Ersek wrote: > This series is the first in converting do_device_add() to qapi. I've reviewed this, although it doesn't apply on master anymore and then I was unable to try it. Also, it's a good idea to CC qdev expert guys.

[Qemu-devel] [PATCH 0/7] propagate Errors to do_device_add()

2013-02-01 Thread Laszlo Ersek
This series is the first in converting do_device_add() to qapi. The following call chains have been modified: do_device_add -> qemu_find_opts -> error_report do_device_add -> qdev_device_add -> qerror_report do_device_add -> qdev_device_add -> qbus_find -> qbus_find_recursive -> qerror_rep