]> git.proxmox.com Git - mirror_qemu.git/commit - tests/test-qdev-global-props.c
qdev: all globals are now user-provided
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 6 Nov 2018 11:59:23 +0000 (15:59 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 7 Jan 2019 12:18:42 +0000 (16:18 +0400)
commit55df8e1a2ffe876c1884353a97e7054b4b53d1ac
tree73cd1b597bfc4e1ffc98176624d52198f237dd70
parent1c3994f6d2afa1ced3058aa707d43e44ca96cfc8
qdev: all globals are now user-provided

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.lureau@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/qdev-properties.c
include/hw/qdev-core.h
tests/test-qdev-global-props.c
vl.c