Re: [PATCH v3 1/8] target/arm: Move start-powered-off property to generic CPUState

2020-07-28 Thread Thiago Jung Bauermann
Greg Kurz writes: > On Thu, 23 Jul 2020 13:06:09 +1000 > David Gibson wrote: > >> On Wed, Jul 22, 2020 at 11:56:50PM -0300, Thiago Jung Bauermann wrote: >> > There are other platforms which also have CPUs that start powered off, so >> > generalize the start-powered-off property so that it can

Re: [PATCH v3 1/8] target/arm: Move start-powered-off property to generic CPUState

2020-07-27 Thread Greg Kurz
On Thu, 23 Jul 2020 13:06:09 +1000 David Gibson wrote: > On Wed, Jul 22, 2020 at 11:56:50PM -0300, Thiago Jung Bauermann wrote: > > There are other platforms which also have CPUs that start powered off, so > > generalize the start-powered-off property so that it can be used by them. > > > > Note

Re: [PATCH v3 1/8] target/arm: Move start-powered-off property to generic CPUState

2020-07-22 Thread Thiago Jung Bauermann
David Gibson writes: > On Wed, Jul 22, 2020 at 11:56:50PM -0300, Thiago Jung Bauermann wrote: >> There are other platforms which also have CPUs that start powered off, so >> generalize the start-powered-off property so that it can be used by them. >> >> Note that ARMv7MState also has a propert

Re: [PATCH v3 1/8] target/arm: Move start-powered-off property to generic CPUState

2020-07-22 Thread David Gibson
On Wed, Jul 22, 2020 at 11:56:50PM -0300, Thiago Jung Bauermann wrote: > There are other platforms which also have CPUs that start powered off, so > generalize the start-powered-off property so that it can be used by them. > > Note that ARMv7MState also has a property of the same name but this pat

[PATCH v3 1/8] target/arm: Move start-powered-off property to generic CPUState

2020-07-22 Thread Thiago Jung Bauermann
There are other platforms which also have CPUs that start powered off, so generalize the start-powered-off property so that it can be used by them. Note that ARMv7MState also has a property of the same name but this patch doesn't change it because that class isn't a subclass of CPUState so it woul