On 02/20/2018 10:03 AM, Peter Maydell wrote: > Instead of loading guest images 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 <[email protected]> > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > --- > hw/arm/armv7m.c | 17 ++++++++++++++--- > 1 file changed, 14 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
