[meta-virtualization][PATCH] xen images, qemuboot: configure xenbr0 bridge for runqemu, testimage

2022-04-22 Thread Christopher Clark
Networking for Xen guest virtual machines is commonly configured via bridging in the host system between a physical interface and the guest virtual interfaces. To make it easier to test networking and use testimage with Xen guest virtual machines, extend the bbclass that provides network

[meta-virtualization][PATCH] xen, xen-tools: add recommendation for Qemu for non-hvm x86

2022-04-22 Thread Christopher Clark
The Spectre and Meltdown mitigations for Xen run PV guests within HVM virtual machines, so Qemu is no longer only needed for systems configured to run HVM guests. With the split xen hypervisor and tools recipes, the bios dependencies belong in the tools recipe, so move them and replace the hvm

[meta-virtualization][PATCH] qemuboot, xen-image-minimal: enable runqemu for qemuarm Xen images

2022-04-22 Thread Christopher Clark
From: Christopher Clark The Xen hypervisor built for Arm 32-bit targets can be launched with runqemu by providing a u-boot script and configuration for Qemu, which enables interactive testing of Xen images. Add qemuboot-xen-u-boot.bbclass to add a new bitbake task for generating the u-boot

Re: [meta-virtualization] [PATCH] xen: Add missing space in append to IMAGE_INSTALL

2022-04-22 Thread Christopher Clark
On Fri, Apr 22, 2022 at 9:19 AM Bertrand Marquis wrote: > > Add a space before doing an append in IMAGE_INSTALL on x86. > This is solving issues happening if someone is using IMAGE_INSTALL in > local.conf to add things to the generated image. Thanks, Bertrand. > Signed-off-by: Bertrand Marquis

[meta-virtualization] [PATCH] xen: Add missing space in append to IMAGE_INSTALL

2022-04-22 Thread Bertrand Marquis
Add a space before doing an append in IMAGE_INSTALL on x86. This is solving issues happening if someone is using IMAGE_INSTALL in local.conf to add things to the generated image. Signed-off-by: Bertrand Marquis --- recipes-extended/images/xen-image-minimal.bb | 4 ++-- 1 file changed, 2

[meta-virtualization] Which package provides virt-install CLI tool in Yocto? #meta-virtualization #yocto #virt-install #libvirt #virt-manager

2022-04-22 Thread deekshith565
Hi, Does anyone know which package provides virt-install CLI tool in Yocto or how to use virt-install tool in yocto environment? I have added below packages in my bb file but I don't see virt-install tool getting built * packagegroup-core-boot \ * qemu \ * libvirt \ * libvirt-libvirtd \ *

Re: [meta-virtualization][PATCH v2] xen-tools: Fix xen-tools-xencommons do_package

2022-04-22 Thread Diego Sueiro
>-Original Message- >From: Bruce Ashfield >Sent: 21 April 2022 17:04 >To: Bruce Ashfield >Cc: Diego Sueiro ; meta- >virtualizat...@lists.yoctoproject.org; christopher.w.cl...@gmail.com; nd > >Subject: Re: [meta-virtualization][PATCH v2] xen-tools: Fix xen-tools- >xencommons do_package >