]> Git Repo - qemu.git/commit
target/arm: Make Cortex-M3 and M4 default to 8 PMSA regions
authorPeter Maydell <[email protected]>
Mon, 17 Jul 2017 12:36:07 +0000 (13:36 +0100)
committerPeter Maydell <[email protected]>
Mon, 17 Jul 2017 12:36:07 +0000 (13:36 +0100)
commit8d92e26b452f8961ec90df3f93cf5f3b7a9d158f
treec614b7a6bfc7cfe276edf0d777a0111091636757
parent5cc56cc6872122af318f07088b7d599c3781719f
target/arm: Make Cortex-M3 and M4 default to 8 PMSA regions

The Cortex-M3 and M4 CPUs always have 8 PMSA MPU regions (this isn't
a configurable option for the hardware).  Make the default value of
the pmsav7-dregion property be set per-cpu, so we don't need to have
every user of these CPUs set it manually.  (The existing default of
16 is correct for the other PMSAv7 core, the Cortex-R5.)

This fixes a bug where we were creating the M3 and M4 with
too many regions; most guest software would not notice or
care, though, since it would just not use the registers
associated with the unexpected extra regions.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Message-id: 1499788408[email protected]
target/arm/cpu.c
This page took 0.025845 seconds and 4 git commands to generate.