Re: [Qemu-devel] [PATCH v2 01/10] qdev: Don't stop applying globals on first error

2016-06-23 Thread Eduardo Habkost
On Thu, Jun 23, 2016 at 09:40:54AM +0200, Markus Armbruster wrote: > Eduardo Habkost writes: > > > Since commit 25f8dd9, qdev_prop_set_globals_for_type() stops > > applying global properties on the first error. It is a leftover > > from when QEMU exited on any error when applying global property.

Re: [Qemu-devel] [PATCH v2 01/10] qdev: Don't stop applying globals on first error

2016-06-23 Thread Markus Armbruster
Eduardo Habkost writes: > Since commit 25f8dd9, qdev_prop_set_globals_for_type() stops > applying global properties on the first error. It is a leftover > from when QEMU exited on any error when applying global property. > Now we print a warning about the first error, bug ignore all > other globa

[Qemu-devel] [PATCH v2 01/10] qdev: Don't stop applying globals on first error

2016-06-20 Thread Eduardo Habkost
Since commit 25f8dd9, qdev_prop_set_globals_for_type() stops applying global properties on the first error. It is a leftover from when QEMU exited on any error when applying global property. Now we print a warning about the first error, bug ignore all other global properties after it. For example,