Re: [Qemu-devel] [PATCH 02/10] qdev: Eliminate qemu_add_globals() function

2016-06-20 Thread Igor Mammedov
On Wed, 15 Jun 2016 17:32:45 -0300 Eduardo Habkost wrote: > The function is just a helper to handle the -global options, it > can stay in vl.c like most qemu_opts_foreach() calls. > > Signed-off-by: Eduardo Habkost Reviewed-by: Igor Mammedov

[Qemu-devel] [PATCH 02/10] qdev: Eliminate qemu_add_globals() function

2016-06-15 Thread Eduardo Habkost
The function is just a helper to handle the -global options, it can stay in vl.c like most qemu_opts_foreach() calls. Signed-off-by: Eduardo Habkost --- hw/core/qdev-properties-system.c | 21 + include/qemu/config-file.h | 1 - vl.c