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

2016-08-02 Thread Alistair Francis
On Fri, Jul 29, 2016 at 10:42 AM, Peter Maydell wrote: > On 14 July 2016 at 01:03, Alistair Francis > wrote: >> Add a new function load_image_targphys_as() that allows the caller >> to specify an AddressSpace to use when loading a targphys. The >> original load_image_targphys() function doesn't

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

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

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

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