]> Git Repo - qemu.git/commit
hw/arm/armsse: Give each CPU its own view of memory
authorPeter Maydell <[email protected]>
Fri, 1 Feb 2019 14:55:42 +0000 (14:55 +0000)
committerPeter Maydell <[email protected]>
Fri, 1 Feb 2019 14:55:42 +0000 (14:55 +0000)
commitd847ca5128351ea3be3a92be74d7bac74e59f048
treed82a8b4ee8624268a2e65f8c83f1210ab7ab6b0e
parent91c1e9fcbd7548db3687db946a778b8f34d1343c
hw/arm/armsse: Give each CPU its own view of memory

Give each CPU its own container memory region. This is necessary
for two reasons:
 * some devices are instantiated one per CPU and the CPU sees only
   its own device
 * since a memory region can only be put into one container, we must
   give each armv7m object a different MemoryRegion as its 'memory'
   property, or a dual-CPU configuration will assert on realize when
   the second armv7m object tries to put the MR into a container when
   it is already in the first armv7m object's container

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20190121185118[email protected]
hw/arm/armsse.c
include/hw/arm/armsse.h
This page took 0.030619 seconds and 4 git commands to generate.