On 3/26/21 1:36 PM, Claudio Fontana wrote:
the armv7m one should go away with proper
configuration changes (only enabling possible boards for KVM).
Signed-off-by: Claudio Fontana<cfont...@suse.de>
---
target/arm/tcg/helper-stubs.c | 21 +++++++++++++++++++++
target/arm/tcg/meson.build | 3 +++
2 files changed, 24 insertions(+)
create mode 100644 target/arm/tcg/helper-stubs.c
Better name might be tcg-stubs.c, and collect everything tcg related for which
we cannot easily compile away with !tcg_enabled().
Otherwise,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~