Re: [Qemu-devel] [PATCH v2 1/5] elf-loader: Allow late loading of elf

2017-02-27 Thread Cornelia Huck
On Thu, 23 Feb 2017 13:20:21 +0100 Cornelia Huck wrote: > From: Farhan Ali > > The current QEMU ROM infrastructure rejects late loading of ROMs. > And ELFs are currently loaded as ROM, this prevents delayed loading > of ELFs. So when loading ELF, allow the user to specify if ELF should > be loa

Re: [Qemu-devel] [PATCH v2 1/5] elf-loader: Allow late loading of elf

2017-02-27 Thread Cornelia Huck
On Sat, 25 Feb 2017 07:05:27 +0100 Thomas Huth wrote: > On 23.02.2017 13:20, Cornelia Huck wrote: > > From: Farhan Ali > > > > The current QEMU ROM infrastructure rejects late loading of ROMs. > > And ELFs are currently loaded as ROM, this prevents delayed loading > > of ELFs. So when loading E

Re: [Qemu-devel] [PATCH v2 1/5] elf-loader: Allow late loading of elf

2017-02-24 Thread Thomas Huth
On 23.02.2017 13:20, Cornelia Huck wrote: > From: Farhan Ali > > The current QEMU ROM infrastructure rejects late loading of ROMs. > And ELFs are currently loaded as ROM, this prevents delayed loading > of ELFs. So when loading ELF, allow the user to specify if ELF should > be loaded as ROM or no

[Qemu-devel] [PATCH v2 1/5] elf-loader: Allow late loading of elf

2017-02-23 Thread Cornelia Huck
From: Farhan Ali The current QEMU ROM infrastructure rejects late loading of ROMs. And ELFs are currently loaded as ROM, this prevents delayed loading of ELFs. So when loading ELF, allow the user to specify if ELF should be loaded as ROM or not. If an ELF is not loaded as ROM, then they are not