mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xtf-image: update qemuboot settings
QB_MEM is now set via the qemuboot-xen-defaults bbclass and has the better default value of 512MB, which fixes some test failures observed when using the lower previous default value of 400MB. The SYSLINUX_XEN_ARGS method of setting the intended dom0 memory level did not take effect in practice, so remove it. Signed-off-by: Christopher Clark <christopher.clark@starlab.io> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
edbfd0c10d
commit
12fb6aaffe
|
@ -17,8 +17,3 @@ IMAGE_NAME="xtf"
|
||||||
IMAGE_INSTALL:append = " xtf"
|
IMAGE_INSTALL:append = " xtf"
|
||||||
|
|
||||||
QB_DEFAULT_FSTYPE_x86-64 = "wic"
|
QB_DEFAULT_FSTYPE_x86-64 = "wic"
|
||||||
|
|
||||||
# Set the dom0 memory level lower than that assigned to qemu so that Xen has
|
|
||||||
# some available memory for allocating to the XTF microkernel guests to run:
|
|
||||||
QB_MEM = "-m 400"
|
|
||||||
SYSLINUX_XEN_ARGS:append = " dom0_mem=256M"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user