Re: [Qemu-devel] [PATCH 2/3] multiboot: Fix offset of bootloader name

2015-01-15 Thread Max Reitz
On 2015-01-15 at 06:26, Kevin Wolf wrote: This fixes a bug introduced in commit 5eba5a66 ('Add bootloader name to multiboot implementation'). The calculation of the bootloader name offset didn't consider space occupied by module command lines, so some unlucky module got its command line partiall

[Qemu-devel] [PATCH 2/3] multiboot: Fix offset of bootloader name

2015-01-15 Thread Kevin Wolf
This fixes a bug introduced in commit 5eba5a66 ('Add bootloader name to multiboot implementation'). The calculation of the bootloader name offset didn't consider space occupied by module command lines, so some unlucky module got its command line partially overwritten with a "qemu" string. Signed-