On Wed, Jul 13, 2016 at 2:09 PM, Peter Maydell wrote:
> On 13 July 2016 at 21:30, Alistair Francis
> wrote:
>> On Wed, Jul 13, 2016 at 12:44 PM, Peter Maydell
>> wrote:
>>> On 13 July 2016 at 18:45, Alistair Francis
>>> wrote:
On Tue, Jul 12, 2016 at 9:39 AM, Peter Maydell
wrote:
On 13 July 2016 at 21:30, Alistair Francis wrote:
> On Wed, Jul 13, 2016 at 12:44 PM, Peter Maydell
> wrote:
>> On 13 July 2016 at 18:45, Alistair Francis
>> wrote:
>>> On Tue, Jul 12, 2016 at 9:39 AM, Peter Maydell
>>> wrote:
On 2 July 2016 at 02:07, Alistair Francis
wrote:
>
On Wed, Jul 13, 2016 at 12:44 PM, Peter Maydell
wrote:
> On 13 July 2016 at 18:45, Alistair Francis
> wrote:
>> On Tue, Jul 12, 2016 at 9:39 AM, Peter Maydell
>> wrote:
>>> On 2 July 2016 at 02:07, Alistair Francis
>>> wrote:
Add a generic loader to QEMU which can be used to load images
On 13 July 2016 at 18:45, Alistair Francis wrote:
> On Tue, Jul 12, 2016 at 9:39 AM, Peter Maydell
> wrote:
>> On 2 July 2016 at 02:07, 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
On Tue, Jul 12, 2016 at 9:39 AM, Peter Maydell wrote:
> On 2 July 2016 at 02:07, 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
>> ---
>> V8:
>> - Code corrections
>> - Rebase
>> V7:
>> -
On 2 July 2016 at 02:07, 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
> ---
> V8:
> - Code corrections
> - Rebase
> V7:
> - Rebase
> V6:
> - Add error checking
> V5:
> - Rebase
> V4:
> - A
Add a generic loader to QEMU which can be used to load images or set
memory values.
Signed-off-by: Alistair Francis
---
V8:
- Code corrections
- Rebase
V7:
- Rebase
V6:
- Add error checking
V5:
- Rebase
V4:
- Allow the loader to work with every architecture
- Move the file to hw/core
- In