Re: [Qemu-devel] [PATCH v2 00/10] globals: Clean up validation and error checking

2016-06-23 Thread Eduardo Habkost
On Mon, Jun 20, 2016 at 12:52:53PM -0300, Eduardo Habkost wrote: > Eduardo Habkost (10): > qdev: Don't stop applying globals on first error Applied to machine-next, after editing commit message. > qdev: Eliminate qemu_add_globals() function Applied to machine-next. > vl: Reject invalid cl

Re: [Qemu-devel] [PATCH v2 00/10] globals: Clean up validation and error checking

2016-06-22 Thread Eduardo Habkost
Markus, all patches in this series got at least one Reviewed-by line. I would like to have your Acked-by to merge it through my tree, so I can apply Igor's -cpu + global property series that depend on it. On Mon, Jun 20, 2016 at 12:52:53PM -0300, Eduardo Habkost wrote: > This series includes multi

[Qemu-devel] [PATCH v2 00/10] globals: Clean up validation and error checking

2016-06-20 Thread Eduardo Habkost
This series includes multiple changes to the way errors are handled by the global property system. Git tree: https://github.com/ehabkost/qemu-hacks.git work/global-error-handling Changes v1 -> v2: * Fix test-qdev-global-props unit test * Remove subprocess code and "nouser" test case * Repor