mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/arm/helper: Move M profile routines to m_helper.c
In preparation for supporting TCG disablement on ARM, we move most of TCG related v7m/v8m helpers and APIs into their own file. Note: It is easier to review this commit using the 'histogram' diff algorithm: $ git diff --diff-algorithm=histogram ... or $ git diff --histogram ... Suggested-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190702144335.10717-2-philmd@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> [PMM: updated qapi #include to match recent changes there] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
91f78c58da
commit
7aab5a8c8b
3 changed files with 2681 additions and 2634 deletions
|
@ -36,6 +36,7 @@ obj-y += tlb_helper.o debug_helper.o
|
||||||
obj-y += translate.o op_helper.o
|
obj-y += translate.o op_helper.o
|
||||||
obj-y += crypto_helper.o
|
obj-y += crypto_helper.o
|
||||||
obj-y += iwmmxt_helper.o vec_helper.o neon_helper.o
|
obj-y += iwmmxt_helper.o vec_helper.o neon_helper.o
|
||||||
|
obj-y += m_helper.o
|
||||||
|
|
||||||
obj-$(CONFIG_SOFTMMU) += psci.o
|
obj-$(CONFIG_SOFTMMU) += psci.o
|
||||||
|
|
||||||
|
|
2638
target/arm/helper.c
2638
target/arm/helper.c
File diff suppressed because it is too large
Load diff
2676
target/arm/m_helper.c
Normal file
2676
target/arm/m_helper.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue