On 13 May 2017 at 23:37, Philippe Mathieu-Daudé wrote:
> On 04/25/2017 09:07 AM, Peter Maydell wrote:
>>
>> Fix the handling of QOM properties for PMSA CPUs with no MPU:
>>
>> Allow no-MPU to be specified by either:
>> * has-mpu = false
>> * pmsav7_dregion = 0
>> and make setting one imply the o
On 04/25/2017 09:07 AM, Peter Maydell wrote:
Fix the handling of QOM properties for PMSA CPUs with no MPU:
Allow no-MPU to be specified by either:
* has-mpu = false
* pmsav7_dregion = 0
and make setting one imply the other. Don't clear the PMSA
feature bit in this situation.
Signed-off-by: Pe
On Tue, Apr 25, 2017 at 5:07 AM, Peter Maydell wrote:
> Fix the handling of QOM properties for PMSA CPUs with no MPU:
>
> Allow no-MPU to be specified by either:
> * has-mpu = false
> * pmsav7_dregion = 0
> and make setting one imply the other. Don't clear the PMSA
> feature bit in this situatio
Fix the handling of QOM properties for PMSA CPUs with no MPU:
Allow no-MPU to be specified by either:
* has-mpu = false
* pmsav7_dregion = 0
and make setting one imply the other. Don't clear the PMSA
feature bit in this situation.
Signed-off-by: Peter Maydell
---
target/arm/cpu.c | 8 +++-