Re: [PULL 4/6] hw/core/loader: Let load_elf() populate the processor-specific flags

2020-01-28 Thread Aleksandar Markovic
21:10 Uto, 28.01.2020. Aleksandar Markovic је написао/ла: > > From: Philippe Mathieu-Daudé > Unfortunately, some spelling errors of mine slipped through the cracks: > While loading the executable, some platforms (like AVR) need to > determine CPU type that executable is built for by reading the

[PULL 4/6] hw/core/loader: Let load_elf() populate the processor-specific flags

2020-01-28 Thread Aleksandar Markovic
From: Philippe Mathieu-Daudé While loading the executable, some platforms (like AVR) need to determine CPU type that executable is built for by reading the field 'e_flags' of the ELF header of tha executable. This patch enables such discovery of that field while using any of the following functi