]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
qemu: set default RAM to 256M for all machines
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 28 Aug 2019 15:24:38 +0000 (17:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Aug 2019 16:12:36 +0000 (17:12 +0100)
commit04c01b6cc5be3e6d45d0e04571640648a5655a8b
tree3d6df8bf6f806282dc8d31249ecf5bf3989b13d1
parentc829e89f99c973787f31422b4c32eeebe8c383d3
qemu: set default RAM to 256M for all machines

There was a discussion about what amount of RAM is appropriate for a
default; the outcome was that for now it is still 256M. Some qemu machine
definitions have however set this to 512M so for the sake of
treating all architectures fairly, they are reset back to 256M.

Also runqemu is adjusted to use 256M if QB_MEM is not set at all.

http://lists.openembedded.org/pipermail/openembedded-core/2019-August/285900.html

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/qemuboot-mips.inc
meta/conf/machine/include/riscv/qemuriscv.inc
meta/conf/machine/qemuarm.conf
meta/conf/machine/qemuarm64.conf
scripts/runqemu