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é <phi...@redhat.com> > --- > target/arm/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > @@ -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~