[Qemu-devel] [Bug 1208944] Re: -kernel option broken for some multiboot kernels

2013-08-16 Thread Martijn van den Broek
** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1208944 Title: -kernel option broken for some multiboot kernels Status in QEMU: Fix

[Qemu-devel] [Bug 1208944] Re: -kernel option broken for some multiboot kernels

2013-08-07 Thread Martijn van den Broek
** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1208944 Title: -kernel option broken for some multiboot kernels Status in QEMU: Fix Committe

[Qemu-devel] [Bug 1208944] Re: -kernel option broken for some multiboot kernels

2013-08-06 Thread Martijn van den Broek
Patch sent to qemu-devel. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1208944 Title: -kernel option broken for some multiboot kernels Status in QEMU: New Bug description: When using the -ke

[Qemu-devel] [Bug 1208944] [NEW] -kernel option broken for some multiboot kernels

2013-08-06 Thread Martijn van den Broek
Public bug reported: When using the -kernel option QEMU fails with "Error while fetching elf kernel from rom" when the ELF file contains a segment with a file size of 0. This is typical for segments containing only a .bss section. rom_copy (hw/core/loader.c) fails to load roms (elf segments in th

[Qemu-devel] [PATCH] Bugfix for loading multiboot kernels

2013-08-06 Thread Martijn van den Broek
s.launchpad.net/qemu/+bug/1208944 Signed-off-by: Martijn van den Broek --- hw/core/loader.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hw/core/loader.c b/hw/core/loader.c index c3c28cf..6875b7e 100644 --- a/hw/core/loader.c +++ b/hw/core/loader.c @@ -814,9 +814,6 @@