qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v16 94/99] target/arm: move CONFIG_V7M out of default-devices


From: Richard Henderson
Subject: Re: [PATCH v16 94/99] target/arm: move CONFIG_V7M out of default-devices
Date: Sat, 5 Jun 2021 15:41:18 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 6/4/21 8:53 AM, Alex Bennée wrote:
  config ARM_V7M
      bool
+    # currently v7M must be included in a TCG build due to translate.c
+    default y if TCG && (ARM || AARCH64)
      select PTIMER
+    select ARM_COMPATIBLE_SEMIHOSTING

I don't really understand "default", because if one were to set ARM_V7M=n in the config, things wouldn't work. But I guess the comment sort-of covers that.

I'll give you an
Acked-by: Richard Henderson <richard.henderson@linaro.org>

anyway, because it does seem an improvement for the --disable-tcg case.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]