Re: [Qemu-devel] [PATCH v2 07/15] set_property(): push error handling to callers

2013-03-20 Thread Markus Armbruster
Laszlo Ersek writes: > The return type can't be changed to void, because "set_property" must have > type "qemu_opt_loopfunc". Further evidence of qemu_opt_foreach()'s awkwardness. [...]

Re: [Qemu-devel] [PATCH v2 07/15] set_property(): push error handling to callers

2013-02-07 Thread Luiz Capitulino
On Tue, 5 Feb 2013 21:39:20 +0100 Laszlo Ersek wrote: > The return type can't be changed to void, because "set_property" must have > type "qemu_opt_loopfunc". > > Conversion status (call chains covered or substituted by error propagation > marked with square brackets): This is fine to be squas

[Qemu-devel] [PATCH v2 07/15] set_property(): push error handling to callers

2013-02-05 Thread Laszlo Ersek
The return type can't be changed to void, because "set_property" must have type "qemu_opt_loopfunc". Conversion status (call chains covered or substituted by error propagation marked with square brackets): do_device_add -> [qemu_find_opts -> error_report] do_device_add -> qdev_device_add -> qerro