Hi Conor, On 3/6/2024 8:27 AM, Conor Dooley wrote: > On Mon, Mar 04, 2024 at 06:25:39PM +0800, Fei Wu wrote: > >> + name = riscv_isa_string(cpu_ptr); >> + qemu_fdt_setprop_string(ms->fdt, cpu_name, "riscv,isa", name); >> + g_free(name); > > Please use riscv_isa_write_fdt() here so that you populate more than the > deprecated property here please. > Sure, I saw it's been done in virt.c recently, I will catch up all the improvements from virt.c to this board.
Thanks, Fei. > Thanks, > Conor.