On Tue, Apr 13, 2021 at 2:44 AM Christopher Clark <[email protected]> wrote: > > Testing the Xen hypervisor, with the qemux86-64 MACHINE: > runqemu xtf-image nographic slirp > (login as root) > cd /usr/libexec/xtf > ./xtf-runner --list pv > # run an example test: > ./xtf-runner test-pv64-livepatch-priv-check >
I like it! But I'm not all that bright at times, and forget things in about a month. Can you put the description of the image and how to run it in the .bb itself ? That way when I pop it open, I'll remember what it was. Bruce > Signed-off-by: Christopher Clark <[email protected]> > --- > recipes-extended/images/xtf-image.bb | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 recipes-extended/images/xtf-image.bb > > diff --git a/recipes-extended/images/xtf-image.bb > b/recipes-extended/images/xtf-image.bb > new file mode 100644 > index 0000000..24bf504 > --- /dev/null > +++ b/recipes-extended/images/xtf-image.bb > @@ -0,0 +1,14 @@ > +require recipes-extended/images/xen-image-minimal.bb > + > +IMAGE_NAME="xtf" > + > +IMAGE_INSTALL_append = " xtf" > + > +WKS_FILE_DEPENDS_remove = "grub-efi" > + > +QB_DEFAULT_FSTYPE = "wic" > + > +# Set the dom0 memory level lower than that assigned to qemu > +# to leave enough free for the XTF microkernels to run. > +QB_MEM = "-m 400" > +SYSLINUX_XEN_ARGS_append = " dom0_mem=256M" > -- > 2.25.1 > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6355): https://lists.yoctoproject.org/g/meta-virtualization/message/6355 Mute This Topic: https://lists.yoctoproject.org/mt/82058830/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
