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

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

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

2016-07-13 Thread Alistair Francis
Add a new function load_elf_as() that allows the caller to specify an AddressSpace to use when loading the ELF. The original load_elf() function doesn't have any change in functionality. Signed-off-by: Alistair Francis --- V8: - Introduce an RFC version of