Re: [Qemu-devel] [PATCH 12/23] hw/arm/armsse: Give each CPU its own view of memory

2019-01-25 Thread Richard Henderson
On 1/21/19 10:51 AM, Peter Maydell wrote: > 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 e

[Qemu-devel] [PATCH 12/23] hw/arm/armsse: Give each CPU its own view of memory

2019-01-21 Thread Peter Maydell
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 'mem