Re: [PATCH] selftests/nolibc: start qemu with 1 GiB of memory

2025-01-06 Thread Thomas Weißschuh
On 2025-01-06 10:51:52-0700, Shuah Khan wrote: > On 10/7/24 02:10, Thomas Weißschuh wrote: > > Recently the loongarch defconfig stopped working with the default 128 MiB > > of memory. The VM just spins infinitively. > > Increasing the available memory to 1 GiB, similar to s390, fixes the > > issue.

Re: [PATCH] selftests/nolibc: start qemu with 1 GiB of memory

2025-01-06 Thread Shuah Khan
On 10/7/24 02:10, Thomas Weißschuh wrote: Recently the loongarch defconfig stopped working with the default 128 MiB of memory. The VM just spins infinitively. Increasing the available memory to 1 GiB, similar to s390, fixes the issue. To avoid having to do this for each architecture on its own, p

[PATCH] selftests/nolibc: start qemu with 1 GiB of memory

2024-10-07 Thread Thomas Weißschuh
Recently the loongarch defconfig stopped working with the default 128 MiB of memory. The VM just spins infinitively. Increasing the available memory to 1 GiB, similar to s390, fixes the issue. To avoid having to do this for each architecture on its own, proactively apply to all architectures. Sign