Re: [PATCH 62/71] hw/tricore: Constify all Property

2024-12-14 Thread Bastian Koppelmann
On Fri, Dec 13, 2024 at 01:07:36PM -0600, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > hw/tricore/tc27x_soc.c | 2 +- > hw/tricore/tricore_testdevice.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Bastian Koppelmann Cheers, Bastian

[PATCH 62/71] hw/tricore: Constify all Property

2024-12-13 Thread Richard Henderson
Signed-off-by: Richard Henderson --- hw/tricore/tc27x_soc.c | 2 +- hw/tricore/tricore_testdevice.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/tricore/tc27x_soc.c b/hw/tricore/tc27x_soc.c index ecd92717b5..6f50cb5116 100644 --- a/hw/tricore/tc27x_soc.c +++