target/arm/helper: Move M profile routines to m_helper.c
commit7aab5a8c8bb525ea390b4ebc17ab82c0835cfdb6
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 4 Jul 2019 16:14:43 +0000 (4 17:14 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 4 Jul 2019 16:14:43 +0000 (4 17:14 +0100)
tree8202d38786760e2d12a82d57bb92d57f5ba56eec
parent91f78c58da9ba78c8ed00f5d822b701765be8499
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>
target/arm/Makefile.objs
target/arm/helper.c
target/arm/m_helper.c [new file with mode: 0644]