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

2016-06-20 Thread Markus Armbruster
Eduardo Habkost writes: > 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

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

2016-06-19 Thread Marcel Apfelbaum
On 06/15/2016 11:32 PM, Eduardo Habkost wrote: 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

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

2016-06-15 Thread Eduardo Habkost
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, the following