Re: [Qemu-devel] [PATCH v10 3/8] loader: Allow a custom AddressSpace when loading ROMs

2016-08-09 Thread Alistair Francis
On Tue, Aug 9, 2016 at 11:44 AM, Peter Maydell wrote: > On 3 August 2016 at 21:06, Alistair Francis > wrote: >> When loading ROMs allow the caller to specify an AddressSpace to use for >> the load. >> >> Signed-off-by: Alistair Francis >> --- >> V10: >> - Set the rom address space instead of l

Re: [Qemu-devel] [PATCH v10 3/8] loader: Allow a custom AddressSpace when loading ROMs

2016-08-09 Thread Peter Maydell
On 3 August 2016 at 21:06, Alistair Francis wrote: > When loading ROMs allow the caller to specify an AddressSpace to use for > the load. > > Signed-off-by: Alistair Francis > --- > V10: > - Set the rom address space instead of leaving it NULL > - Cleanup ordering logic > V9: > - Fixup the ROM

[Qemu-devel] [PATCH v10 3/8] loader: Allow a custom AddressSpace when loading ROMs

2016-08-03 Thread Alistair Francis
When loading ROMs allow the caller to specify an AddressSpace to use for the load. Signed-off-by: Alistair Francis --- V10: - Set the rom address space instead of leaving it NULL - Cleanup ordering logic V9: - Fixup the ROM ordering - Don't allow address space and memory region to be specifie