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

2016-08-09 Thread Peter Maydell
On 3 August 2016 at 21:06, 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 v10 6/8] loader: Add AddressSpace loading support to targphys

2016-08-03 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 --- V10: - Add comment about the function in the hea