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

2020-07-22 Thread Thiago Jung Bauermann
Hello David, David Gibson writes: > On Wed, Jul 22, 2020 at 12:50:08AM -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

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

2020-07-22 Thread David Gibson
On Wed, Jul 22, 2020 at 12:50:08AM -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

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

2020-07-22 Thread Thiago Jung Bauermann
Philippe Mathieu-Daudé writes: > Hi Thiago, > > On 7/22/20 5:50 AM, 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 prope

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

2020-07-21 Thread Philippe Mathieu-Daudé
Hi Thiago, On 7/22/20 5:50 AM, 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 patch > doesn

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

2020-07-21 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