Re: [Qemu-devel] [FOR 0.12][PATCH] Fix loading of ELF multiboot kernels

2009-12-16 Thread Markus Armbruster
Kevin Wolf writes: > Am 16.12.2009 10:51, schrieb Markus Armbruster: >> Kevin Wolf writes: >> >>> The multiboot implementation assumed that there is only one program header >>> (which contains the entry point) and that the entry point is at the start of >>> the code. This doesn't hold true gene

Re: [Qemu-devel] [FOR 0.12][PATCH] Fix loading of ELF multiboot kernels

2009-12-16 Thread Kevin Wolf
Am 16.12.2009 10:51, schrieb Markus Armbruster: > Kevin Wolf writes: > >> The multiboot implementation assumed that there is only one program header >> (which contains the entry point) and that the entry point is at the start of >> the code. This doesn't hold true generally and caused too little

Re: [Qemu-devel] [FOR 0.12][PATCH] Fix loading of ELF multiboot kernels

2009-12-16 Thread Markus Armbruster
Kevin Wolf writes: > The multiboot implementation assumed that there is only one program header > (which contains the entry point) and that the entry point is at the start of > the code. This doesn't hold true generally and caused too little data to be > loaded. Out of curiosity: does this affec

[Qemu-devel] [FOR 0.12][PATCH] Fix loading of ELF multiboot kernels

2009-12-04 Thread Kevin Wolf
The multiboot implementation assumed that there is only one program header (which contains the entry point) and that the entry point is at the start of the code. This doesn't hold true generally and caused too little data to be loaded. Fix the loading code to pass the whole loaded data to the Mult