Eduardo Habkost <ehabk...@redhat.com> writes: > 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 <imamm...@redhat.com> > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > hw/core/qdev-properties-system.c | 21 +-------------------- > include/qemu/config-file.h | 1 - > vl.c | 16 +++++++++++++++- > 3 files changed, 16 insertions(+), 22 deletions(-) > > diff --git a/hw/core/qdev-properties-system.c > b/hw/core/qdev-properties-system.c > index 891219a..cf7139d 100644 > --- a/hw/core/qdev-properties-system.c > +++ b/hw/core/qdev-properties-system.c > @@ -1,5 +1,5 @@ > /* > - * qdev property parsing and global properties > + * qdev property parsing > * (parts specific for qemu-system-*) > * > * This file is based on code from hw/qdev-properties.c from
Extra points for remembering to update the file comment. Reviewed-by: Markus Armbruster <arm...@redhat.com> [...]