diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2021-08-31 16:27:42 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-02 16:36:23 -0400 |
commit | 12fb6aaffe7ef95e2ed7162059c1e72c7bf5931d (patch) | |
tree | 6785d905cc5766daf417342d5af9ae7bc9a6fa7d | |
parent | edbfd0c10d25d7d1c2e0788e118d361dc6a5db68 (diff) | |
download | meta-virtualization-12fb6aaffe7ef95e2ed7162059c1e72c7bf5931d.tar.gz |
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>
-rw-r--r-- | recipes-extended/images/xtf-image.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-extended/images/xtf-image.bb b/recipes-extended/images/xtf-image.bb index 21c0e7f6..b73e4a59 100644 --- a/recipes-extended/images/xtf-image.bb +++ b/recipes-extended/images/xtf-image.bb | |||
@@ -17,8 +17,3 @@ IMAGE_NAME="xtf" | |||
17 | IMAGE_INSTALL:append = " xtf" | 17 | IMAGE_INSTALL:append = " xtf" |
18 | 18 | ||
19 | QB_DEFAULT_FSTYPE_x86-64 = "wic" | 19 | QB_DEFAULT_FSTYPE_x86-64 = "wic" |
20 | |||
21 | # Set the dom0 memory level lower than that assigned to qemu so that Xen has | ||
22 | # some available memory for allocating to the XTF microkernel guests to run: | ||
23 | QB_MEM = "-m 400" | ||
24 | SYSLINUX_XEN_ARGS:append = " dom0_mem=256M" | ||