Re: [PATCH v2 01/10] hw/core/generic-loader: Do not open-code cpu_set_pc()

2025-01-24 Thread Richard Henderson
On 1/22/25 01:30, Philippe Mathieu-Daudé wrote: Directly call cpu_set_pc() instead of open-coding it. Signed-off-by: Philippe Mathieu-Daudé --- hw/core/generic-loader.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hw/core/generic-loader.c b/hw/core/generic-loader.c

[PATCH v2 01/10] hw/core/generic-loader: Do not open-code cpu_set_pc()

2025-01-22 Thread Philippe Mathieu-Daudé
Directly call cpu_set_pc() instead of open-coding it. Signed-off-by: Philippe Mathieu-Daudé --- hw/core/generic-loader.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hw/core/generic-loader.c b/hw/core/generic-loader.c index fb354693aff..1b9ab600c9c 100644 --- a/hw/core