[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/9] target/arm: Move start-powered-off property to generi
From: |
Thiago Jung Bauermann |
Subject: |
Re: [PATCH v2 1/9] target/arm: Move start-powered-off property to generic CPUState |
Date: |
Thu, 23 Jul 2020 00:17:50 -0300 |
User-agent: |
mu4e 1.2.0; emacs 26.3 |
Hello David,
David Gibson <david@gibson.dropbear.id.au> 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 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
>> wouldn't be a trivial change.
>>
>> This change should not cause any change in behavior.
>>
>> Suggested-by: Eduardo Habkost <ehabkost@redhat.com>
>> Signed-off-by: Thiago Jung Bauermann <bauerman@linux.ibm.com>
>
> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Thank you very much for your review!
Unfortunately I apparently had a minor email mishap and only got your
reviews after I sent the v3 patches, so I wasn't able to put your
Reviewed-by's in them. Sorry about that.
--
Thiago Jung Bauermann
IBM Linux Technology Center
- [PATCH v2 0/9] Generalize start-powered-off property from ARM, Thiago Jung Bauermann, 2020/07/22
- [PATCH v2 1/9] target/arm: Move start-powered-off property to generic CPUState, Thiago Jung Bauermann, 2020/07/22
- [PATCH v2 3/9] ppc/spapr: Use start-powered-off CPUState property, Thiago Jung Bauermann, 2020/07/22
- [PATCH v2 2/9] target/arm: Move setting of CPU halted state to generic code, Thiago Jung Bauermann, 2020/07/22
- [PATCH v2 4/9] ppc/e500: Use start-powered-off CPUState property, Thiago Jung Bauermann, 2020/07/22
- [PATCH v2 5/9] mips/cps: Use start-powered-off CPUState property, Thiago Jung Bauermann, 2020/07/22