Good! Thank you, Philippe.
--Randy
On 8/6/20 8:54 AM, Peter Maydell wrote:
On Thu, 9 Jul 2020 at 16:23, Philippe Mathieu-Daudé <[email protected]> wrote:
The 'Cortex-A9MPCore internal peripheral' block can only be
used with Cortex A5 and A9 cores. As we don't model the A5
yet, simply check the machine cpu core is a Cortex A9. If
not return an error.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
hw/cpu/a9mpcore.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
Applied to target-arm.next (for 5.2), thanks.
-- PMM