]> Git Repo - qemu.git/commit
target/arm: Make cpu_register() available for other files
authorThomas Huth <[email protected]>
Thu, 23 Apr 2020 07:33:55 +0000 (09:33 +0200)
committerPeter Maydell <[email protected]>
Thu, 30 Apr 2020 14:35:41 +0000 (15:35 +0100)
commit37bcf244454f4efb82e2c0c64bbd7eabcc165a0c
tree0f74edef7fc3915da68f83c365c47f7db40983f2
parent9fb005b02dbda7f47b789b7f19bf5f73622a4756
target/arm: Make cpu_register() available for other files

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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Eric Auger <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20200423073358[email protected]
Message-ID: <20190921150420[email protected]>
[PMD: Only take cpu_register() from Thomas's patch]
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/cpu-qom.h
target/arm/cpu.c
target/arm/cpu64.c
This page took 0.025987 seconds and 4 git commands to generate.