RE: [PATCH] target/hexagon: switch to dc set_props() list

2024-07-31 Thread ltaylorsimpson
> -Original Message- > From: Brian Cain > Sent: Tuesday, July 30, 2024 7:13 PM > To: qemu-devel@nongnu.org > Cc: bc...@quicinc.com; quic_mathb...@quicinc.com; > sidn...@quicinc.com; quic_mlie...@quicinc.com; > ltaylorsimp...@gmail.com > Subject: [PATCH] targ

Re: [PATCH] target/hexagon: switch to dc set_props() list

2024-07-31 Thread Philippe Mathieu-Daudé
On 31/7/24 03:12, Brian Cain wrote: Define a hexagon_cpu_properties list to match the idiom used by other targets. Signed-off-by: Brian Cain --- target/hexagon/cpu.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] target/hexagon: switch to dc set_props() list

2024-07-30 Thread Brian Cain
Define a hexagon_cpu_properties list to match the idiom used by other targets. Signed-off-by: Brian Cain --- target/hexagon/cpu.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/target/hexagon/cpu.c b/target/hexagon/cpu.c index 64cc05cca7..93579fbb15 10064