On Thu, Jun 9, 2016 at 10:38 AM, Peter Maydell wrote:
> On 25 May 2016 at 19:49, Alistair Francis wrote:
>> If the caller didn't specify an architecture for the ELF machine
>> the load_elf() function will auto detect it based on the ELF file.
>>
>> Signed-off-by: Alistair Francis
>> ---
>> V7:
>
On 25 May 2016 at 19:49, Alistair Francis wrote:
> If the caller didn't specify an architecture for the ELF machine
> the load_elf() function will auto detect it based on the ELF file.
>
> Signed-off-by: Alistair Francis
> ---
> V7:
> - Fix typo
>
> hw/core/loader.c | 10 ++
> 1 file ch
If the caller didn't specify an architecture for the ELF machine
the load_elf() function will auto detect it based on the ELF file.
Signed-off-by: Alistair Francis
---
V7:
- Fix typo
hw/core/loader.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/hw/core/loader.c b/hw/core/loa