On 02/20/2018 10:03 AM, 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 and thus not mapped into the system address space. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > Function name changed to arm_boot_address_space() > rather than arm_boot_addressspace(), following irc > conversation... > --- > hw/arm/boot.c | 119 > +++++++++++++++++++++++++++++++++++++--------------------- > 1 file changed, 76 insertions(+), 43 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~