On Fri, 21 Dec 2018 13:04:05 +0400
Marc-André Lureau <marcandre.lur...@redhat.com> wrote:

> All globals are now either provided via -global or through -cpu
> features (CPU features are implemented by registering globals).
> 
> If the global isn't being used, it should warn in either case.
> 
> We can thus consider that all global_props are "user-provided"
> globals. No need to track this per-globals anymore.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com>
> Reviewed-by: Igor Mammedov <imamm...@redhat.com>
> ---
>  include/hw/qdev-core.h         |  3 --
>  hw/core/qdev-properties.c      |  4 ---
>  tests/test-qdev-global-props.c | 57 ++++------------------------------
>  vl.c                           |  1 -
>  4 files changed, 6 insertions(+), 59 deletions(-)

Reviewed-by: Cornelia Huck <coh...@redhat.com>

Reply via email to