Re: [Qemu-devel] [PATCH 2/3] hw/arm/boot: Honour CPU's address space for image loads

2018-02-15 Thread Peter Maydell
On 15 February 2018 at 17:57, Peter Maydell wrote: > Instead of loading kernels, device trees, and the like to > the system address space, use the CPU's address space. This > is important if we're trying to load the file to memory or > via an alias memory region that is provided by an SoC > object

[Qemu-devel] [PATCH 2/3] hw/arm/boot: Honour CPU's address space for image loads

2018-02-15 Thread Peter Maydell
Instead of loading kernels, device trees, and the like to the system address space, use the CPU's address space. This is important if we're trying to load the file to memory or via an alias memory region that is provided by an SoC object and thus not mapped into the system address space. Signed-of