Re: [PATCH 02/16] cpu.c: Make start-powered-off settable after realize

2022-01-30 Thread Richard Henderson
On 1/28/22 02:46, Peter Maydell wrote: The CPU object's start-powered-off property is currently only settable before the CPU object is realized. For arm machines this is awkward, because we would like to decide whether the CPU should be powered-off based on how we are booting the guest code, whi

[PATCH 02/16] cpu.c: Make start-powered-off settable after realize

2022-01-27 Thread Peter Maydell
The CPU object's start-powered-off property is currently only settable before the CPU object is realized. For arm machines this is awkward, because we would like to decide whether the CPU should be powered-off based on how we are booting the guest code, which is something done in the machine model