qdev: Eliminate qemu_add_globals() function
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 15 Jun 2016 18:54:52 +0000 (15:54 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 7 Jul 2016 18:24:50 +0000 (15:24 -0300)
commit8d76bfe8f8dbc7995bc0682d14f5f92583ae5b0a
tree148ee95efbcc36ead063036b7a23e75d4fe0cbde
parent823efc5d26671e4737b2951d65b0565806ee43ab
qdev: Eliminate qemu_add_globals() function

The function is just a helper to handle the -global options, it
can stay in vl.c like most qemu_opts_foreach() calls.

Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/qdev-properties-system.c
include/qemu/config-file.h
vl.c