Re: [PATCH] hw/arm/nseries: Fix loading kernel image on n8x0 machines

2020-10-20 Thread Peter Maydell
On Mon, 19 Oct 2020 at 10:51, Philippe Mathieu-Daudé wrote: > > Commit 7998beb9c2e removed the ram_size initialization in the > arm_boot_info structure, however it is used by arm_load_kernel(). > > Initialize the field to fix: > > $ qemu-system-arm -M n800 -append 'console=ttyS1' \ > -kernel

Re: [PATCH] hw/arm/nseries: Fix loading kernel image on n8x0 machines

2020-10-19 Thread Thomas Huth
On 19/10/2020 11.51, Philippe Mathieu-Daudé wrote: > Commit 7998beb9c2e removed the ram_size initialization in the > arm_boot_info structure, however it is used by arm_load_kernel(). > > Initialize the field to fix: > > $ qemu-system-arm -M n800 -append 'console=ttyS1' \ > -kernel meego-arm

Re: [PATCH] hw/arm/nseries: Fix loading kernel image on n8x0 machines

2020-10-19 Thread Richard Henderson
On 10/19/20 2:51 AM, Philippe Mathieu-Daudé wrote: > Commit 7998beb9c2e removed the ram_size initialization in the > arm_boot_info structure, however it is used by arm_load_kernel(). > > Initialize the field to fix: > > $ qemu-system-arm -M n800 -append 'console=ttyS1' \ > -kernel meego-arm

[PATCH] hw/arm/nseries: Fix loading kernel image on n8x0 machines

2020-10-19 Thread Philippe Mathieu-Daudé
Commit 7998beb9c2e removed the ram_size initialization in the arm_boot_info structure, however it is used by arm_load_kernel(). Initialize the field to fix: $ qemu-system-arm -M n800 -append 'console=ttyS1' \ -kernel meego-arm-n8x0-1.0.80.20100712.1431-vmlinuz-2.6.35~rc4-129.1-n8x0 qemu-s