[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 4/5] target/arm/cpu: Restrict v8M IDAU interface to Aarch3
From: |
Richard Henderson |
Subject: |
Re: [PATCH v3 4/5] target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUs |
Date: |
Mon, 4 May 2020 11:28:41 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
On 5/4/20 10:24 AM, Philippe Mathieu-Daudé wrote:
> As IDAU is a v8M feature, restrict it to the Aarch32 CPUs.
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> target/arm/cpu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <address@hidden>
> @@ -2898,6 +2897,7 @@ static void arm_cpu_register_types(void)
> if (cpu_count) {
> size_t i;
>
> + type_register_static(&idau_interface_type_info);
> for (i = 0; i < cpu_count; ++i) {
> arm_cpu_register(&arm_cpus[i]);
> }
Oh, I see. I guess you can disregard the suggestion vs the previous patch.
r~
- [PATCH v3 0/5] target/arm: Restrict TCG cpus to TCG accel, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH v3 1/5] target/arm/kvm: Inline set_feature() calls, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH v3 2/5] target/arm: Make set_feature() available for other files, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH v3 3/5] target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[], Philippe Mathieu-Daudé, 2020/05/04
- [PATCH v3 4/5] target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUs, Philippe Mathieu-Daudé, 2020/05/04
- Re: [PATCH v3 4/5] target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUs,
Richard Henderson <=
- [PATCH v3 5/5] target/arm: Restrict TCG cpus to TCG accel, Philippe Mathieu-Daudé, 2020/05/04
- Re: [PATCH v3 0/5] target/arm: Restrict TCG cpus to TCG accel, Peter Maydell, 2020/05/11