Re: [Qemu-devel] [PATCH 2/4] multiboot: load elf sections and section headers

2018-01-30 Thread Jack Schwartz
Hi Anatol. I have one comment about sections.c headers (and didn't really look further in that file), and start.S. Comments inline... On 01/29/18 12:43, Anatol Pomozov wrote: Multiboot may load section headers and all sections (even those that are not part of any segment) to target memory.

[Qemu-devel] [PATCH 2/4] multiboot: load elf sections and section headers

2018-01-29 Thread Anatol Pomozov
Multiboot may load section headers and all sections (even those that are not part of any segment) to target memory. Tested with an ELF application that uses data from strings table section. Signed-off-by: Anatol Pomozov --- hw/core/loader.c |