On Mon, Jun 20, 2016 at 12:52:56PM -0300, Eduardo Habkost wrote: > Instead of just printing a warning very late, reject obviously > invalid -global arguments by validating the class name. > > Update test-qdev-global-props to not expect class name validation > to be performed in qdev_prop_check_globals().
Added the following to the commit message: The checks for the warnings in tests/test-qdev-global-props.c are being removed. Unfortunately, adding unit tests for vl.c would be quite difficult. > > Reviewed-by: Markus Armbruster <arm...@redhat.com> > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > Changes v1 -> v2: > * Fix test-qdev-global-props unit test > * Simplify object_dynamic_cast() check > * Suggested-by: Markus Armbruster <arm...@redhat.com> -- Eduardo