Re: [PATCH 03/10] target/xtensa: Finalize config in xtensa_register_core()

2025-02-10 Thread Richard Henderson
On 2/10/25 02:25, Philippe Mathieu-Daudé wrote: Only modify XtensaConfig within xtensa_register_core(), when the class is registered, not when it is initialized. Signed-off-by: Philippe Mathieu-Daudé --- Cc: Max Filippov --- target/xtensa/helper.c | 8 +--- 1 file changed, 5 insertions(

Re: [PATCH 03/10] target/xtensa: Finalize config in xtensa_register_core()

2025-02-10 Thread Max Filippov
On Mon, Feb 10, 2025 at 2:26 AM Philippe Mathieu-Daudé wrote: > > Only modify XtensaConfig within xtensa_register_core(), > when the class is registered, not when it is initialized. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Cc: Max Filippov > --- > target/xtensa/helper.c | 8 +--- >

[PATCH 03/10] target/xtensa: Finalize config in xtensa_register_core()

2025-02-10 Thread Philippe Mathieu-Daudé
Only modify XtensaConfig within xtensa_register_core(), when the class is registered, not when it is initialized. Signed-off-by: Philippe Mathieu-Daudé --- Cc: Max Filippov --- target/xtensa/helper.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/target/xtensa/helpe