On 3/23/21 9:46 AM, Claudio Fontana wrote:
at least 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/kvm/helper-stubs.c | 27 +++++++++++++++++++++++++++
  target/arm/kvm/meson.build    |  3 +++
  target/arm/meson.build        |  1 +
  3 files changed, 31 insertions(+)
  create mode 100644 target/arm/kvm/helper-stubs.c
  create mode 100644 target/arm/kvm/meson.build

diff --git a/target/arm/kvm/helper-stubs.c b/target/arm/kvm/helper-stubs.c
new file mode 100644
index 0000000000..8e952c91fa
--- /dev/null
+++ b/target/arm/kvm/helper-stubs.c
@@ -0,0 +1,27 @@

Hmm. Is this really kvm-specific, or should it just be tcg/tcg-stubs.c, added with: 'CONFIG_TCG', if_false: ?


r~

Reply via email to