|
From: | Richard Henderson |
Subject: | Re: [RFC v12 17/65] target/arm: tcg: add stubs for some helpers for non-tcg builds |
Date: | Sun, 28 Mar 2021 09:51:07 -0600 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 |
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<cfontana@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.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |