[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 10/10] hw/semihosting: Make the feature depend of TCG, an
From: |
Richard Henderson |
Subject: |
Re: [PATCH v2 10/10] hw/semihosting: Make the feature depend of TCG, and allow to disable it |
Date: |
Tue, 19 May 2020 14:44:10 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
On 5/15/20 10:08 AM, Philippe Mathieu-Daudé wrote:
> +++ b/hw/semihosting/Kconfig
> @@ -1,3 +1,5 @@
>
> +# default is 'n'
> config SEMIHOSTING
> - bool
> + bool
> + depends on TCG
> diff --git a/target/arm/Kconfig b/target/arm/Kconfig
> new file mode 100644
> index 0000000000..3224cac4ad
> --- /dev/null
> +++ b/target/arm/Kconfig
> @@ -0,0 +1,2 @@
> +config SEMIHOSTING
> + default y if TCG
Do you really have to duplicate the TCG condition?
r~
- [PATCH v2 05/10] Makefile: Remove dangerous EOL trailing backslash, (continued)
- [PATCH v2 05/10] Makefile: Remove dangerous EOL trailing backslash, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 06/10] Makefile: Write MINIKCONF variables as one entry per line, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 07/10] accel/Kconfig: Extract accel selectors into their own config, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 08/10] accel/Kconfig: Add the TCG selector, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 09/10] Makefile: Allow target-specific optional Kconfig, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 10/10] hw/semihosting: Make the feature depend of TCG, and allow to disable it, Philippe Mathieu-Daudé, 2020/05/15
- Re: [PATCH v2 10/10] hw/semihosting: Make the feature depend of TCG, and allow to disable it,
Richard Henderson <=
- Re: [PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default, no-reply, 2020/05/15
- Re: [PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default, no-reply, 2020/05/15