On Wed, 25 Nov 2020 15:56:36 -0500 Eduardo Habkost <ehabk...@redhat.com> wrote:
> The only declarations in arch_init.h are related to the arch_type > variable (which is a useful feature that allows us to simplify > command line option handling). Rename the header to reflect its > purpose. > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > Cc: Markus Armbruster <arm...@redhat.com> > Cc: Kevin Wolf <kw...@redhat.com> > Cc: Max Reitz <mre...@redhat.com> > Cc: Paolo Bonzini <pbonz...@redhat.com> > Cc: "Daniel P. Berrangé" <berra...@redhat.com> > Cc: Eduardo Habkost <ehabk...@redhat.com> > Cc: qemu-bl...@nongnu.org > Cc: qemu-devel@nongnu.org > --- > include/sysemu/{arch_init.h => arch_type.h} | 0 > blockdev.c | 2 +- > softmmu/arch_init.c | 2 +- > softmmu/qdev-monitor.c | 2 +- > softmmu/vl.c | 2 +- > stubs/arch_type.c | 2 +- > 6 files changed, 5 insertions(+), 5 deletions(-) > rename include/sysemu/{arch_init.h => arch_type.h} (100%) Reviewed-by: Cornelia Huck <coh...@redhat.com>