Re: [PATCH] cpus: Restrict 'start-powered-off' property to system emulation

2024-01-17 Thread Philippe Mathieu-Daudé
On 11/1/24 22:48, Richard Henderson wrote: On 1/12/24 03:18, Philippe Mathieu-Daudé wrote: Since the CPUState::start-powered-off property is irrelevant to user emulation, restrict it to system emulation. Signed-off-by: Philippe Mathieu-Daudé ---   cpu-target.c | 7 ++-   1 file changed, 6 i

Re: [PATCH] cpus: Restrict 'start-powered-off' property to system emulation

2024-01-11 Thread Richard Henderson
On 1/12/24 03:18, Philippe Mathieu-Daudé wrote: Since the CPUState::start-powered-off property is irrelevant to user emulation, restrict it to system emulation. Signed-off-by: Philippe Mathieu-Daudé --- cpu-target.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) Reviewed-by: R

[PATCH] cpus: Restrict 'start-powered-off' property to system emulation

2024-01-11 Thread Philippe Mathieu-Daudé
Since the CPUState::start-powered-off property is irrelevant to user emulation, restrict it to system emulation. Signed-off-by: Philippe Mathieu-Daudé --- cpu-target.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cpu-target.c b/cpu-target.c index c4ea795bdd..7e4241c3