Re: [Qemu-discuss] big mips64-64 initrd does not boot

2016-09-29 Thread Dennis Luehring
solved the memory size problem with the helo of the linux-mips-irc/mailing-list detailed descrioption: https://people.debian.org/~aurel32/qemu/mips/ using "mem=256m@0x0 mem=768m@0x9000" as kernel parameter gives me 1GB and then my big initrd could be loaded Am 08.09.2016 um 20:54 schrieb

Re: [Qemu-discuss] big mips64-64 initrd does not boot

2016-09-09 Thread Dennis Luehring
Am 09.09.2016 um 08:12 schrieb Jakob Bohm: Based on Mr. Maydell's post (which I didn't see before posting), that line might just describe the 256MB window, not the whole RAM. The log for the small initrd seems to log details of where that initrd was located in memory, but the log for the big ini

Re: [Qemu-discuss] big mips64-64 initrd does not boot

2016-09-08 Thread Jakob Bohm
On 09/09/2016 06:42, Dennis Luehring wrote: that makes it more clear - thx Am 08.09.2016 um 20:54 schrieb Jakob Bohm: According to your kernel message log, the guest machine only has 256MiB RAM: memory: 1000 @ (usable) P.S. I think you swapped the two log file

Re: [Qemu-discuss] big mips64-64 initrd does not boot

2016-09-08 Thread Dennis Luehring
Am 08.09.2016 um 20:21 schrieb Peter Maydell: One thing that does stand out is that the malta memory map has the full 2G of RAM starting at 0x8000, but also has a 256M window (alias) into that RAM starting at 0. I think that if the kernel is linked such that it loads at the 0 alias address ra

Re: [Qemu-discuss] big mips64-64 initrd does not boot

2016-09-08 Thread Dennis Luehring
that makes it more clear - thx Am 08.09.2016 um 20:54 schrieb Jakob Bohm: According to your kernel message log, the guest machine only has 256MiB RAM: memory: 1000 @ (usable) P.S. I think you swapped the two log file names.

Re: [Qemu-discuss] big mips64-64 initrd does not boot

2016-09-08 Thread Peter Maydell
On 8 September 2016 at 10:29, Dennis Luehring wrote: > small tests show that this seem not to be a kernel or gcc bug (same problem > with linux 4.5,4.6.4,4,7, gcc 5.2,5.3,6.1) That doesn't show that it's not a kernel bug -- it just shows that if it is a kernel bug it's been around since at least

Re: [Qemu-discuss] big mips64-64 initrd does not boot

2016-09-08 Thread Jakob Bohm
On 08/09/2016 11:29, Dennis Luehring wrote: i've got two cleanly build mips64-764 initrds (based on cross linux from scratch, gcc 6.1 and linux kernel 4.7) that i want to boot with qemu initrd.cpio ~14.5 MB big_initrd.cpio ~323.4 MB mips64-softmmu/qemu-system-mips64 -M malta -m 1GB -nographic

[Qemu-discuss] big mips64-64 initrd does not boot

2016-09-08 Thread Dennis Luehring
i've got two cleanly build mips64-764 initrds (based on cross linux from scratch, gcc 6.1 and linux kernel 4.7) that i want to boot with qemu initrd.cpio ~14.5 MB big_initrd.cpio ~323.4 MB mips64-softmmu/qemu-system-mips64 -M malta -m 1GB -nographic -monitor telnet::4440,server,nowait -serial