Re: [PATCH v2 5/6] Remove unnecessary usage of arch_init.h

2020-11-27 Thread Cornelia Huck
On Wed, 25 Nov 2020 15:56:35 -0500 Eduardo Habkost wrote: > The only declarations in arch_init.h are the `arch_type` variable > and the QEMU_ARCH_* constants. Stop including arch_init.h from > code that don't use neither. > > Patch generated automatically using the command: > > $ sed -i -e

[PATCH v2 5/6] Remove unnecessary usage of arch_init.h

2020-11-25 Thread Eduardo Habkost
The only declarations in arch_init.h are the `arch_type` variable and the QEMU_ARCH_* constants. Stop including arch_init.h from code that don't use neither. Patch generated automatically using the command: $ sed -i -e '/#include "sysemu.arch_init.h"/d' \ $(comm -23 \ <(git grep -l