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
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
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