Re: [Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting attempts

2018-06-26 Thread Cornelia Huck
On Tue, 26 Jun 2018 09:30:19 +0200 Christian Borntraeger wrote: > On 06/25/2018 05:09 PM, Vasily Gorbik wrote: > > Since uncompressed kernel image "vmlinux" elf file is not bootable under > > qemu anymore, add a check which would report that. > > > > Qemu users are encouraged to use bzImage or >

Re: [Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting attempts

2018-06-26 Thread Christian Borntraeger
On 06/25/2018 05:09 PM, Vasily Gorbik wrote: > Since uncompressed kernel image "vmlinux" elf file is not bootable under > qemu anymore, add a check which would report that. > > Qemu users are encouraged to use bzImage or > arch/s390/boot/compressed/vmlinux instead. > > The check relies on s390

Re: [Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting attempts

2018-06-25 Thread Guenter Roeck
On Mon, Jun 25, 2018 at 05:09:19PM +0200, Vasily Gorbik wrote: > Since uncompressed kernel image "vmlinux" elf file is not bootable under > qemu anymore, add a check which would report that. > > Qemu users are encouraged to use bzImage or > arch/s390/boot/compressed/vmlinux instead. > > The check

[Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting attempts

2018-06-25 Thread Vasily Gorbik
Since uncompressed kernel image "vmlinux" elf file is not bootable under qemu anymore, add a check which would report that. Qemu users are encouraged to use bzImage or arch/s390/boot/compressed/vmlinux instead. The check relies on s390 linux entry point ABI definition, which is only present in bz