Re: [Qemu-devel] [PATCH v8 2/5] loader: All a custom SddressSpace when loading ROMs

2016-07-13 Thread Alistair Francis
On Tue, Jul 12, 2016 at 9:56 AM, Peter Maydell wrote: > On 2 July 2016 at 02:07, Alistair Francis wrote: >> When loading ROMs allow the caller to specify an AddressSpace to use for >> the load. >> >> Signed-off-by: Alistair Francis >> --- >> V8: >> - Introduce an RFC version of AddressSpace loa

Re: [Qemu-devel] [PATCH v8 2/5] loader: All a custom SddressSpace when loading ROMs

2016-07-12 Thread Peter Maydell
On 2 July 2016 at 02:07, Alistair Francis wrote: > When loading ROMs allow the caller to specify an AddressSpace to use for > the load. > > Signed-off-by: Alistair Francis Forgot to mention -- there are some typos in the subject. thanks -- PMM

Re: [Qemu-devel] [PATCH v8 2/5] loader: All a custom SddressSpace when loading ROMs

2016-07-12 Thread Peter Maydell
On 2 July 2016 at 02:07, Alistair Francis wrote: > When loading ROMs allow the caller to specify an AddressSpace to use for > the load. > > Signed-off-by: Alistair Francis > --- > V8: > - Introduce an RFC version of AddressSpace loading support > > hw/core/loader.c | 18 -- >

[Qemu-devel] [PATCH v8 2/5] loader: All a custom SddressSpace when loading ROMs

2016-07-01 Thread Alistair Francis
When loading ROMs allow the caller to specify an AddressSpace to use for the load. Signed-off-by: Alistair Francis --- V8: - Introduce an RFC version of AddressSpace loading support hw/core/loader.c | 18 -- include/hw/elf_ops.h | 2 +- include/hw/loader.h | 10 ++