On Tue, Aug 9, 2016 at 11:17 AM, Peter Maydell wrote:
> On 3 August 2016 at 21:06, Alistair Francis
> wrote:
>> Add a generic loader to QEMU which can be used to load images or set
>> memory values.
>>
>> Signed-off-by: Alistair Francis
>> ---
>> V10:
>> - Split out the PC setting and data loa
On 3 August 2016 at 21:06, Alistair Francis wrote:
> Add a generic loader to QEMU which can be used to load images or set
> memory values.
>
> Signed-off-by: Alistair Francis
> ---
> V10:
> - Split out the PC setting and data loading
> V9:
> - Fix error messages
> - Updated some incorrect logi
Add a generic loader to QEMU which can be used to load images or set
memory values.
Signed-off-by: Alistair Francis
---
V10:
- Split out the PC setting and data loading
V9:
- Fix error messages
- Updated some incorrect logic
- Add address space loading support for all image types
- Explain w