Re: [Qemu-devel] [PATCH] s390: Rework kernel loading: supports elf and newer kernels

2012-01-09 Thread Alexander Graf
On 30.12.2011, at 10:10, Christian Borntraeger wrote: > This reworks the image loading on s390. > > Newer kernels will not always have a 0dd0 (basr 13,0) at address 0x1. > We must not rely on specific code at certain addresses. This check was > introduced to warn users that tried to load vm

[Qemu-devel] [PATCH] s390: Rework kernel loading: supports elf and newer kernels

2011-12-30 Thread Christian Borntraeger
This reworks the image loading on s390. Newer kernels will not always have a 0dd0 (basr 13,0) at address 0x1. We must not rely on specific code at certain addresses. This check was introduced to warn users that tried to load vmlinux, since ELF loading was not supported. Lets wire that up. If