On Wed, 25 Nov 2020 15:56:36 -0500 Eduardo Habkost <[email protected]> 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 <[email protected]> > --- > Cc: Markus Armbruster <[email protected]> > Cc: Kevin Wolf <[email protected]> > Cc: Max Reitz <[email protected]> > Cc: Paolo Bonzini <[email protected]> > Cc: "Daniel P. Berrangé" <[email protected]> > Cc: Eduardo Habkost <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > 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 <[email protected]>
