Re: [Qemu-devel] [PATCH v9 5/8] loader: Add AddressSpace loading support to uImages

2016-07-29 Thread Peter Maydell
On 14 July 2016 at 01:03, Alistair Francis wrote: > Add a new function load_uimage_as() that allows the caller to > specify an AddressSpace to use when loading the uImage. The > original load_uimage() function doesn't have any change in > functionality. > > Signed-off-by: Alistair Francis > --- >

[Qemu-devel] [PATCH v9 5/8] loader: Add AddressSpace loading support to uImages

2016-07-13 Thread Alistair Francis
Add a new function load_uimage_as() that allows the caller to specify an AddressSpace to use when loading the uImage. The original load_uimage() function doesn't have any change in functionality. Signed-off-by: Alistair Francis --- hw/core/loader.c| 17 + include/hw/loader.h