]> Git Repo - qemu.git/commit
target/arm: Make set_feature() available for other files
authorThomas Huth <[email protected]>
Mon, 4 May 2020 17:24:45 +0000 (19:24 +0200)
committerPeter Maydell <[email protected]>
Mon, 11 May 2020 10:45:59 +0000 (11:45 +0100)
commit5fda95041d7237ab35733ceb66e0cb89f6107169
tree79bef294fc7fb0bb2bff83712df6fc59a015d377
parentf5cbb280bdd2cb5b8f44db015571591ef3c42665
target/arm: Make set_feature() available for other files

Move the common set_feature() and unset_feature() functions
from cpu.c and cpu64.c to cpu.h.

Suggested-by: Peter Maydell <[email protected]>
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: 20200504172448[email protected]
Message-ID: <20190921150420[email protected]>
[PMD: Split Thomas's patch in two: set_feature, cpu_register]
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
This page took 0.021892 seconds and 4 git commands to generate.