On 3/16/20 9:06 AM, Philippe Mathieu-Daudé wrote: > From: Thomas Huth <th...@redhat.com> > > Make cpu_register() (renamed to arm_cpu_register()) available > from internals.h so we can register CPUs also from other files > in the future. > > Signed-off-by: Thomas Huth <th...@redhat.com> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Reviewed-by: Eric Auger <eric.au...@redhat.com> > Message-ID: <20190921150420.30743-2-th...@redhat.com> > [PMD: Split Thomas's patch in two: set_feature (earlier), cpu_register] > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > target/arm/cpu-qom.h | 9 ++++++++- > target/arm/cpu.c | 10 ++-------- > target/arm/cpu64.c | 8 +------- > 3 files changed, 11 insertions(+), 16 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~