Re: [meta-virtualization][PATCH 2/2] xen, xen-tools: remove the version 4.15 recipes

2022-10-05 Thread Bertrand Marquis
Hi Christopher, > On 4 Oct 2022, at 21:46, Christopher Clark > wrote: > > The existing 4.16 recipes are the current preferred Xen version, so > per the Xen version update policy, the 4.15 recipes can now be removed. Reviewed-by: Bertrand Marquis Cheers Bertrand

Re: [meta-virtualization][PATCH 1/2] xen, xen-tools: Bump SRCREV of the 4.16 recipes to 4.16.2

2022-10-05 Thread Bertrand Marquis
Hi Christopher, > On 4 Oct 2022, at 21:46, Christopher Clark via lists.yoctoproject.org > wrote: > > Update to use the latest stable 4.16 release. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis This patch should be backported to kirkston

Re: [meta-virtualization][kirkstone][master][PATCH] meta-xilinx xen bbappend: Rename

2022-09-01 Thread Bertrand Marquis
Hi Mark, > On 1 Sep 2022, at 15:47, Mark Hatle via lists.yoctoproject.org > wrote: > > Xen is no longer on 4.14, rename to 4.% to avoid having to regularly update > it. There is also a bbappend for git version, might be a good solution to just have a xen_%.bbappend and remove both 4.14 and

Re: [meta-virtualization][PATCH] xen, xen-tools: pass prefix maps to fix buildpaths reproducible build issues

2022-07-12 Thread Bertrand Marquis
REFIX_MAP variable > and supplying that to CC. > > Testing indicates that passing the prefix maps needs to be via CC > rather than the EXTRA_CFLAGS_XEN_CORE/TOOLS variables. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis Also I applied this in kirkstone and did a bu

Re: [meta-virtualization] [PATCH] xen/sysvinit: add hvc0 console only if not there already

2022-07-06 Thread Bertrand Marquis
ce > > In message: [meta-virtualization] [PATCH] xen/sysvinit: add hvc0 console only > if not there already > on 28/06/2022 Bertrand Marquis wrote: > >> The base inittab recipe is creating inittab entries for consoles listed >> in SERIAL_CONSOLES. >> For qemu,

[meta-virtualization] [PATCH] xen/sysvinit: add hvc0 console only if not there already

2022-06-28 Thread Bertrand Marquis
nsole when starting on top of Xen as dom0. Signed-off-by: Bertrand Marquis --- recipes-core/sysvinit/sysvinit-inittab_xen.inc | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/recipes-core/sysvinit/sysvinit-inittab_xen.inc b/recipes-core/sysvinit/sysvinit-inittab_xen

Re: [meta-virtualization] [PATCH 2/2] xen: Disable highmem on qemuarm

2022-06-09 Thread Bertrand Marquis
ost probably related > to QEMU and not Xen (the investigation showed that it can map ECAM > space correctly), it is best to avoid such issues by disabling highmem > on qemuarm. > > Signed-off-by: Michal Orzel Reviewed-by: Bertrand Marquis Also tested on kirkstone and dom0 boots

Re: [meta-virtualization] [PATCH 1/2] Revert "xen: Disable PCI on qemuarm with Xen"

2022-06-09 Thread Bertrand Marquis
ain the correct IPA from the same VA. This > can suggest that the problem is related to QEMU fault handling. > > Instead of removing the PCI node the follow-up commit will disable > highmem option in qemu which will cause placing ECAM space in the > 32-bit space. > > Sig

Re: [meta-virtualization][honister][PATCH 2/3] xen: drop patch to workaround prelink on aarch64

2022-05-23 Thread Bertrand Marquis
d header file differs vs the GPLv2 source code referenced. > Removal preferred to replacement with a new patch that moves the function > into GPLv2 .c source files since the build now succeeds without it. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis Cheers Bertrand &

Re: [meta-virtualization][PATCH] xen, raspberry pi: replace linux-yocto-dev with linux-yocto 5.15

2022-05-23 Thread Bertrand Marquis
a > fixed revision. > > Remove the linux-yocto-dev in favour of the linux-yocto kernel version > 5.15 which has been tested and verified working on the board. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > .../recipes-kernel/

Re: [meta-virtualization][kirkstone][PATCH] xen, raspberry pi: replace linux-yocto-dev with linux-yocto 5.15

2022-05-23 Thread Bertrand Marquis
tion > rather than a fixed revision so not appropriate for a stable branch. > > Remove the linux-yocto-dev in favour of the linux-yocto kernel version > 5.15 which has been tested and verified working on the board. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis

Re: [meta-virtualization][honister][PATCH 1/3] linux-yocto-dev, xen, raspberrypi: remove tracking bbappend

2022-05-23 Thread Bertrand Marquis
tion > rather than a fixed revision so not appropriate for a stable branch. > > Remove the linux-yocto-dev in favour of the linux-yocto kernel, which > has been tested and verified working on the board. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis Cheers Bertra

Re: [meta-virtualization][honister][PATCH 3/3] xen: fix boot on the Raspberry Pi 4 with Xen 4.14

2022-05-23 Thread Bertrand Marquis
Hi Christopher, > On 21 May 2022, at 20:04, Christopher Clark > wrote: > > Apply the patch from Xen to fix device tree parsing in newer kernels. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > ...issing-device_type-prop

Re: [meta-virtualization][gatesgarth,hardknott,honister,kirkstone,master][PATCH 0/11] Xen on Raspberry Pi 4 fixes

2022-05-23 Thread Bertrand Marquis
Hi Christopher, > On 21 May 2022, at 20:04, Christopher Clark > wrote: > > A series of fixes applied to master and across stable branches where > needed to fix running Xen on the Raspberry Pi 4 board. > > This updates Linux kernel configuration for Xen to remove tracking from > the

Re: [meta-virtualization] [PATCH v2 4/4] xen: Disable PCI on qemuarm with Xen

2022-05-19 Thread Bertrand Marquis
Hi Bruce, > On 18 May 2022, at 18:59, Bruce Ashfield wrote: > > On Tue, May 17, 2022 at 8:14 PM Christopher Clark > wrote: >> >> On Tue, May 10, 2022 at 8:35 AM Bertrand Marquis >> wrote: >>> >>> Remove the pci node from the qemu device

Re: [meta-virtualization] [PATCH v2 4/4] xen: Disable PCI on qemuarm with Xen

2022-05-18 Thread Bertrand Marquis
Hi Christopher, > On 18 May 2022, at 01:14, Christopher Clark > wrote: > > On Tue, May 10, 2022 at 8:35 AM Bertrand Marquis > wrote: >> >> Remove the pci node from the qemu device tree when runqemu is used with >> xen-qemuboot. >> >> Linux

Re: [meta-virtualization] [PATCH v2 0/4] Vairous fixes for qemu support

2022-05-17 Thread Bertrand Marquis
> On 17 May 2022, at 09:11, Bertrand Marquis via lists.yoctoproject.org > wrote: > > Hi, > > Any news not those patches ? Sorry for the typo, this was suppose to be “on" > > Cheers > Bertrand > >> On 10 May 2022, at 16:35, Bertrand Marq

Re: [meta-virtualization] [PATCH v2 0/4] Vairous fixes for qemu support

2022-05-17 Thread Bertrand Marquis
Hi, Any news not those patches ? Cheers Bertrand > On 10 May 2022, at 16:35, Bertrand Marquis via lists.yoctoproject.org > wrote: > > This serie is a rework of the patch named "[PATCH] xen: enable qemuboot > for arm32" to fix some issues in the qemuboot support for

[meta-virtualization] [PATCH v2 3/4] xen: enable qemuboot for arm32

2022-05-10 Thread Bertrand Marquis
. At this stage dom0 is hanging on PCI device scanning. This patch is also using qemuarm64 as machine for arm64 bit instead of aarch64 to allow adding support for other machine (an example a Xilinx board that can be emulated with using an other xen machine). Signed-off-by: Bertrand Marquis

[meta-virtualization] [PATCH v2 2/4] qemuboot: Fix command line and enable other machines

2022-05-10 Thread Bertrand Marquis
using the armv8 machine. This will allow this class to be used for other machines later. Signed-off-by: Bertrand Marquis --- classes/qemuboot-xen-dtb.bbclass | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/classes/qemuboot-xen-dtb.bbclass b/classes/qemuboot-xen

[meta-virtualization] [PATCH v2 4/4] xen: Disable PCI on qemuarm with Xen

2022-05-10 Thread Bertrand Marquis
remove the node from the device tree generated by qemu. The problem does not appear at the moment without Xen and it is unclear why it is with Xen. This will be investigated but in the meantime provide a working configuration for users. Signed-off-by: Bertrand Marquis --- classes/qemuboot-xen

[meta-virtualization] [PATCH v2 0/4] Vairous fixes for qemu support

2022-05-10 Thread Bertrand Marquis
be discuss but is a workaround to let qemu-arm32 boot right now by disabling PCI as it cause dom0 to hang at the moment. Bertrand Marquis (4): xen: Fix class inherit in xen-image qemuboot: Fix command line and enable other machines xen: enable qemuboot for arm32 xen: Disable PCI on qemuarm with Xen classe

[meta-virtualization] [PATCH v2 1/4] xen: Fix class inherit in xen-image

2022-05-10 Thread Bertrand Marquis
is built for qemu. This fixes commit 27e5ade0abc2660226389b8b62ef07d85f4b8758 Signed-off-by: Bertrand Marquis --- recipes-extended/images/xen-image-minimal.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images

Re: [meta-virtualization][PATCH v2 0/3] Xen: improve Qemu integration

2022-05-09 Thread Bertrand Marquis
Hi Bruce > On 9 May 2022, at 16:53, Bruce Ashfield wrote: > > On Mon, May 9, 2022 at 9:58 AM Bertrand Marquis > wrote: >> >> >> >>> On 9 May 2022, at 14:30, Bruce Ashfield via lists.yoctoproject.org >>> wrote: >>> >>> On Mon

Re: [meta-virtualization][PATCH v2 0/3] Xen: improve Qemu integration

2022-05-09 Thread Bertrand Marquis
Hi Bruce, > On 9 May 2022, at 13:47, Bruce Ashfield via lists.yoctoproject.org > wrote: > > On Wed, Apr 27, 2022 at 8:06 PM Christopher Clark > wrote: >> >> A series of improvements to Qemu integration with the Xen recipes: >> >> - update the Qemu package dependency for the x86 Xen tools >> -

Re: [meta-virtualization][PATCH v2 0/3] Xen: improve Qemu integration

2022-05-09 Thread Bertrand Marquis
> On 9 May 2022, at 14:30, Bruce Ashfield via lists.yoctoproject.org > wrote: > > On Mon, May 9, 2022 at 9:01 AM Bertrand Marquis > wrote: >> >> Hi Bruce, >> >>> On 9 May 2022, at 13:47, Bruce Ashfield via lists.yoctoproject.org >>> wrote:

Re: [meta-virtualization][PATCH v2 0/3] Xen: improve Qemu integration

2022-05-09 Thread Bertrand Marquis
Hi Bruce, > On 9 May 2022, at 13:47, Bruce Ashfield via lists.yoctoproject.org > wrote: > > On Wed, Apr 27, 2022 at 8:06 PM Christopher Clark > wrote: >> >> A series of improvements to Qemu integration with the Xen recipes: >> >> - update the Qemu package dependency for the x86 Xen tools >> -

Re: [meta-virtualization][PATCH v2 1/3] xen, xen-tools: add recommendation for Qemu for non-hvm x86

2022-05-06 Thread Bertrand Marquis
> On 6 May 2022, at 14:39, Bruce Ashfield wrote: > > On Fri, May 6, 2022 at 9:04 AM Bertrand Marquis > wrote: >> >> Hi Bruce, >> >>> On 5 May 2022, at 15:44, Bruce Ashfield wrote: >>> >>> On Fri, Apr 29, 2022 at 9:40 AM Bertrand Mar

Re: [meta-virtualization][PATCH v2 1/3] xen, xen-tools: add recommendation for Qemu for non-hvm x86

2022-05-06 Thread Bertrand Marquis
Hi Bruce, > On 5 May 2022, at 15:44, Bruce Ashfield wrote: > > On Fri, Apr 29, 2022 at 9:40 AM Bertrand Marquis > wrote: >> >> Hi Bruce, >> >>> On 29 Apr 2022, at 14:30, Bruce Ashfield wrote: >>> >>> On Fri, Apr 29, 2022 at 9:23

Re: [meta-virtualization][PATCH v2 1/3] xen, xen-tools: add recommendation for Qemu for non-hvm x86

2022-05-05 Thread Bertrand Marquis
Hi Bruce, > On 5 May 2022, at 15:44, Bruce Ashfield wrote: > > On Fri, Apr 29, 2022 at 9:40 AM Bertrand Marquis > wrote: >> >> Hi Bruce, >> >>> On 29 Apr 2022, at 14:30, Bruce Ashfield wrote: >>> >>> On Fri, Apr 29, 2022 at 9:23

[meta-virtualization] [PATCH] xen: enable qemuboot for arm32

2022-04-29 Thread Bertrand Marquis
bootargs by using a parameter instead of directly using the QB_XEN_DOM0_BOOTARGS inside the function (not sure why it is solving the issue but it works). Signed-off-by: Bertrand Marquis --- classes/qemuboot-xen-defaults.bbclass | 12 +++- classes/qemuboot-xen-dtb.bbclass | 9

Re: [meta-virtualization][PATCH v2 1/3] xen, xen-tools: add recommendation for Qemu for non-hvm x86

2022-04-29 Thread Bertrand Marquis
Hi Bruce, > On 29 Apr 2022, at 14:30, Bruce Ashfield wrote: > > On Fri, Apr 29, 2022 at 9:23 AM Bertrand Marquis > wrote: >> >> Hi Christopher, >> >>> On 28 Apr 2022, at 01:06, Christopher Clark via lists.yoctoproject.org >>> wrote: >>>

Re: [meta-virtualization][PATCH v2 2/3] qemuboot, xen-image-minimal: enable runqemu for qemuarm Xen images

2022-04-29 Thread Bertrand Marquis
Hi Christopher, > On 28 Apr 2022, at 01:06, Christopher Clark via lists.yoctoproject.org > wrote: > > 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. > >

Re: [meta-virtualization][PATCH v2 1/3] xen, xen-tools: add recommendation for Qemu for non-hvm x86

2022-04-29 Thread Bertrand Marquis
> With the split xen hypervisor and tools recipes, the bios dependencies > belong in the tools recipe, so move them and replace the hvm > PACKAGECONFIG option with the recommendation based on target arch. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis I can build

Re: [meta-virtualization][PATCH v2 0/3] Xen: improve Qemu integration

2022-04-28 Thread Bertrand Marquis
Hi Christopher, > On 28 Apr 2022, at 01:06, Christopher Clark via lists.yoctoproject.org > wrote: > > A series of improvements to Qemu integration with the Xen recipes: > > - update the Qemu package dependency for the x86 Xen tools > - add support for testing Arm 32-bit images with Qemu and

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

2022-04-26 Thread Bertrand Marquis
Hi Christopher, > On 22 Apr 2022, at 18:46, Christopher Clark via lists.yoctoproject.org > wrote: > > 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

[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

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

2022-04-19 Thread Bertrand Marquis
STRO_FEATURES. > > Also, take the opportunity to have the relevant extra sed processing in these > conditionals. > > Signed-off-by: Diego Sueiro Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > recipes-extended/xen/xen-tools.inc | 20 ++-- > 1 fi

Re: [meta-virtualization] [PATCH 0/3] xen: Update recipes for xen and xen-tools

2022-04-14 Thread Bertrand Marquis
Hi Bruce, > On 14 Apr 2022, at 09:01, Bertrand Marquis wrote: > > Hi Bruce, > >> On 14 Apr 2022, at 04:13, Bruce Ashfield wrote: >> >> On Fri, Apr 8, 2022 at 4:44 AM Michal Orzel wrote: >>> >>> Before the next Yocto release, Xen r

Re: [meta-virtualization] [PATCH 0/3] xen: Update recipes for xen and xen-tools

2022-04-11 Thread Bertrand Marquis
for this. For the whole serie: Reviewed-by: Bertrand Marquis Cheers Bertrand > > Michal Orzel (3): > xen: Bump SRCREV of 4.15 recipes to 4.15.2 > xen: Add recipes for stable Xen 4.16 release and update master > xen: Remove 4.14 recipes and related patches > > .../in

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-24 Thread Bertrand Marquis
Hi Bruce, > On 24 Mar 2022, at 13:06, Bruce Ashfield wrote: > > > > On Thu, Mar 24, 2022 at 4:42 AM Bertrand Marquis > wrote: > Hi, > > > On 23 Mar 2022, at 22:17, Bruce Ashfield via lists.yoctoproject.org > > wrote: > > > > > &g

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-24 Thread Bertrand Marquis
Hi, > On 23 Mar 2022, at 22:17, Bruce Ashfield via lists.yoctoproject.org > wrote: > > > > On Wed, Mar 23, 2022 at 6:30 AM Richard Purdie > wrote: > On Wed, 2022-03-23 at 08:38 +, Bertrand Marquis wrote: > > Hi Paulo > > > > >

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-23 Thread Bertrand Marquis
Hi Bruce > On 23 Mar 2022, at 09:38, Bertrand Marquis via lists.yoctoproject.org > wrote: > > Hi Paulo > >> On 22 Mar 2022, at 16:52, Paulo Sherring via lists.yoctoproject.org >> wrote: >> >> Hello Diego, Bertrand, >> Just confirmed

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-23 Thread Bertrand Marquis
t;> >> -- >> Diego Sueiro >> Staff Software Developer - Automotive and Industrial Solutions (CE-OSS) >> >>> -Original Message- >>> From: meta-virtualization@lists.yoctoproject.org >> virtualizat...@lists.yoctoproject.org> On Behalf Of

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Bertrand Marquis
tiboot-module" > fdt set /chosen/module@0 reg <0x4600 0x1373a00> > fdt set /chosen/module@0 bootargs "dom0_mem=512M root=/dev/vda rw > earlyprintk=serial,ttyAMA0 console=ttyAMA0,115200n8 earlycon=xenboot" > booti 0x4500 - 0x4400 > > Please fi

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Bertrand Marquis
Hi Paulo, > On 22 Mar 2022, at 13:38, Paulo Sherring wrote: > > Hello Bertrand, > > On Tue, Mar 22, 2022 at 12:28 PM Bertrand Marquis > wrote: >> >> Hi Paulo, >> >> Please always keep the mailing list in as me asking the questions does not >

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Bertrand Marquis
Hi Paulo, Please always keep the mailing list in as me asking the questions does not mean I will necessarily be the one working on this. Please see some questions here after. > On 22 Mar 2022, at 12:03, Paulo Sherring wrote: > > Hello Bertrand, > > On Tue, Mar 22, 2022 at 10

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-22 Thread Bertrand Marquis
Hi Paulo, > On 22 Mar 2022, at 11:33, Paulo Sherring via lists.yoctoproject.org > wrote: > > Hello all, > I am a bit new to meta-virtualization and to the Xen project And to > virtualizations, so please bear with me :) > I've been trying to make use of the xen project, currently targeting >

Re: [meta-virtualization] [PATCH] xen: Override CC and CPP in make command line

2022-03-11 Thread Bertrand Marquis
Bruce > > In message: [meta-virtualization] [PATCH] xen: Override CC and CPP in make > command line > on 09/03/2022 Bertrand Marquis wrote: > >> From: Michal Orzel >> >> After 4.16 release, Xen build system has been changed significantly. >> When building la

[meta-virtualization] [PATCH] xen: Override CC and CPP in make command line

2022-03-09 Thread Bertrand Marquis
From: Michal Orzel After 4.16 release, Xen build system has been changed significantly. When building latest status of Xen it was observed that commit 317c98cb91 broke the hypervisor build on arm32 due to the change in handling Rules.mk that xen.inc modifies to override CC and CPP. In order to

Re: [meta-virtualization] [PATCH v3 2/2] xen: Clear TUNE_CCARGS for Xen build for aarch64 machines

2022-01-17 Thread Bertrand Marquis
Hi Kamil, > On 13 Jan 2022, at 11:30, Kamil Dziezyk via lists.yoctoproject.org > wrote: > > Xen build may fail for arm machines that have enabled extra flags, > that can be enabled only for specific architecture version, e.g. armv8-2a. > > Signed-off-by: Kamil Dziezyk

Re: [meta-virtualization][PATCH 3/3] grub-efi: Add xen_boot support when 'xen' is in DISTRO_FEATURES for aarch64

2021-12-08 Thread Bertrand Marquis
Hi Kamil, > On 8 Dec 2021, at 10:44, Kamil Dziezyk via lists.yoctoproject.org > wrote: > > Signed-off-by: Kamil Dziezyk Reviewed-by: Bertrand Marquis But an empty commit message is not something that I like (more for next time, no need to change this patch). Che

Re: [meta-virtualization][PATCH 2/3] xen: Clear TUNE_CCARGS for Xen build for aarch64 machines

2021-12-08 Thread Bertrand Marquis
Hi Kamil, > On 8 Dec 2021, at 10:44, Kamil Dziezyk via lists.yoctoproject.org > wrote: > > Xen build may fail for arm machines that have enabled extra flags, > that can be enabled only for specific architecture version, e.g. armv8-2a. > > Signed-off-by: Kamil Dziezyk

Re: [meta-virtualization][PATCH 1/3] xen-tools: Load xen related kernel modules during system boot

2021-12-08 Thread Bertrand Marquis
'--with-systemd-modules-load=' flag from EXTRA_OECONF variable. > > Previous path based on "${systemd_unitdir}" was not considered by default by > systemd-modules-load.service. > > Signed-off-by: Kamil Dziezyk Reviewed-by: Bertrand Marquis Cheers Bertrand > --- >

Re: [meta-virtualization] Error building Xen device tree for qemuarm64

2021-11-03 Thread Bertrand Marquis
er 2021 14:22 > To: Edward Pickup > Cc: meta-virtualization@lists.yoctoproject.org; Bertrand Marquis > ; christopher.w.cl...@gmail.com; nd > Subject: Re: [meta-virtualization] Error building Xen device tree for > qemuarm64 > > > > > > > >

Re: [meta-virtualization] [PATCH] xen,xen-tools: update xen to new releases

2021-10-26 Thread Bertrand Marquis
for the supported targets ? This is building for all qemu target (arm32, 64 and x86_64). For arm64 I checked that by commenting out the device tree modification in the class. This is properly booting on qemu x86 and on other arm targets (using meta-arm layer for the BSPs). I did review and comp

Re: [meta-virtualization] [PATCH 2/2] xen, rpi4: Use PARTUUID for rootfs discovery

2021-09-30 Thread Bertrand Marquis
. > > Modify the u-boot script to fetch the PARTUUID of the > second partition of the sd card and use it to put > root=PARTUUID= in the command line passed to > the dom0 kernel. > > Signed-off-by: Luca Fancellu Reviewed-by: Bertrand Marquis Cheers Bertrand > --- >

Re: [meta-virtualization] [PATCH 1/2] xen, rpi4: Fix syntax in linux-yocto bbappend

2021-09-30 Thread Bertrand Marquis
Hi Luca, > On 30 Sep 2021, at 15:54, Luca Fancellu wrote: > > Syntax conversion for bbappend linux-yocto_5.10 > and linux-yocto-dev inside the raspberrypi > dynamic layer. > > Signed-off-by: Luca Fancellu Reviewed-by: Bertrand Marquis Thanks a lot for that

Re: [meta-virtualization][PATCH 3/3] xtf: fix build with gcc11 SRCREV and specifying linker

2021-07-02 Thread Bertrand Marquis
il.com>> Reviewed-by: Bertrand Marquis mailto:bertrand.marq...@arm.com>> It is properly compiling with master of everything. Cheers Bertrand --- recipes-extended/xen/xtf_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-extended/xen/xtf_git.bb b/recipes-exten

Re: [meta-virtualization][PATCH 2/3] xen, xen-tools: fix build and passing of CFLAGS via Xen vars

2021-07-02 Thread Bertrand Marquis
rm.com>> Signed-off-by: Christopher Clark mailto:christopher.w.cl...@gmail.com>> Reviewed-by: Bertrand Marquis mailto:bertrand.marq...@arm.com>> Cheers Bertrand --- recipes-extended/xen/xen-hypervisor.inc | 3 ++- recipes-extended/xen/xen-tools.inc | 3 ++- reci

Re: [meta-virtualization][PATCH 1/3] xen, xen-tools: add upstream patches for gcc11 compilation fixes

2021-07-02 Thread Bertrand Marquis
Hi Christopher, > On 2 Jul 2021, at 01:32, Christopher Clark > wrote: > > This allows the -Wno-vla-parameter workaround that was previously > applied (e99974aa57) to be retired. > > Signed-off-by: Christopher Clark > --- > ...-rijndaelEncrypt-prototype-for-gcc11.patch | 52 >

Re: [meta-virtualization][PATCH 3/3] xtf: update SRCREV and remove multilib dependency

2021-04-21 Thread Bertrand Marquis
Hi, > On 20 Apr 2021, at 00:08, Christopher Clark via lists.yoctoproject.org > wrote: > > The latest Xen Test Framework has removed the gcc-multilib dependency. > > Signed-off-by: Christopher Clark XTF is compiling properly in a project without multilib for x86_64. Rev

Re: [meta-virtualization][PATCH 2/3] xen-tools: remove multilib build requirement for x86-64

2021-04-21 Thread Bertrand Marquis
Hi, > On 20 Apr 2021, at 00:08, Christopher Clark > wrote: > > Xen 4.15 added support for standalone x86-64 hvmloader build and > previous commit provided Xen 4.14 backports. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis Cheers Bertrand > --

Re: [meta-virtualization][PATCH 1/3] xen-tools: add patches for 4.14 to enable dropping multilib build

2021-04-21 Thread Bertrand Marquis
ng was really painful and it is nice to have a solution. I reviewed and checked compilation of all versions of xen available for arm32, arm64 and x86_64 (without multilib activated) using you complete serie. Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > ...-stand-alone-set-of-h

Re: [meta-virtualization][PATCH v3 1/6] xen-tools: fix 32-bit x86 build by setting pvshim configure flags

2021-04-19 Thread Bertrand Marquis
Hi Bruce, > On 19 Apr 2021, at 15:55, Bruce Ashfield via lists.yoctoproject.org > wrote: > > On Mon, Apr 19, 2021 at 10:48 AM Bertrand Marquis > wrote: >> >> Hi Bruce, >> >>> On 19 Apr 2021, at 13:37, Bruce Ashfield wrote: >>> &

Re: [meta-virtualization][PATCH v3 1/6] xen-tools: fix 32-bit x86 build by setting pvshim configure flags

2021-04-19 Thread Bertrand Marquis
Hi Bruce, > On 19 Apr 2021, at 13:37, Bruce Ashfield wrote: > > On Mon, Apr 19, 2021 at 3:48 AM Bertrand Marquis > wrote: >> >> Hi Bruce, >> >>> On 19 Apr 2021, at 04:00, Bruce Ashfield via lists.yoctoproject.org >>> wrote: >>> &

Re: [meta-virtualization][PATCH v3 1/6] xen-tools: fix 32-bit x86 build by setting pvshim configure flags

2021-04-19 Thread Bertrand Marquis
flags > on 16/04/2021 Christopher Clark wrote: > >> Enable building the PV shim for x86_64 only. >> >> Signed-off-by: Christopher Clark >> Reviewed-by: Bertrand Marquis >> --- >> recipes-extended/xen/xen.inc | 1 + >> 1 file changed, 1 insertion(

Re: [meta-virtualization][PATCH v2 2/6] xen, xen-tools: add recipes for new stable Xen 4.15 release

2021-04-16 Thread Bertrand Marquis
Hi, > On 16 Apr 2021, at 07:18, Christopher Clark via lists.yoctoproject.org > wrote: > > On Thu, Apr 15, 2021 at 7:24 PM Bruce Ashfield > wrote: >> >> On Thu, Apr 15, 2021 at 3:24 PM Christopher Clark >> wrote: >>> >>> On Thu,

Re: [meta-virtualization][PATCH v2 2/6] xen, xen-tools: add recipes for new stable Xen 4.15 release

2021-04-16 Thread Bertrand Marquis
Hi, > On 16 Apr 2021, at 03:24, Bruce Ashfield wrote: > > On Thu, Apr 15, 2021 at 3:24 PM Christopher Clark > wrote: >> >> On Thu, Apr 15, 2021 at 2:12 AM Bertrand Marquis >> wrote: >>> >>> Hi Christopher, >>> >>>> O

Re: [meta-virtualization] [PATCH v2 2/2] podman: Added kernel modules for iptables error

2021-04-15 Thread Bertrand Marquis
Hi Bruce, > On 15 Apr 2021, at 13:38, Bruce Ashfield via lists.yoctoproject.org > wrote: > > What's the delta in v2 from v1 ? It wasn't immediately obvious to me. Nathan added a commit message to the first patch. Cheers Bertrand > > Bruce > > On Thu, Apr 15, 2021 at 4:37 AM Nathan Dunne

Re: [meta-virtualization][PATCH v2 5/6] xtf: introduce recipe for the Xen Test Framework

2021-04-15 Thread Bertrand Marquis
Hi, > On 15 Apr 2021, at 00:39, Christopher Clark via lists.yoctoproject.org > wrote: > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis All is now building properly on my side :-) Cheers Bertrand > --- > recipes-extended/x

Re: [meta-virtualization][PATCH v2 6/6] xtf-image: add a new image for the Xen Test Framework

2021-04-15 Thread Bertrand Marquis
ng something even though bitbake xtf is not working as expected. Anyway not something blocking more a suggestion so: Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > recipes-extended/images/xtf-image.bb | 24 > 1 file changed, 24 insertions(+) > create mode 10064

Re: [meta-virtualization][PATCH v2 4/6] xen, xen-tools: Document the version update process in README

2021-04-15 Thread Bertrand Marquis
Hi, > On 15 Apr 2021, at 00:39, Christopher Clark via lists.yoctoproject.org > wrote: > > Describes the versions of Xen to be included in meta-virtualization > and recipe maintenance in release branches. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marq

Re: [meta-virtualization][PATCH v2 1/6] xen-tools: fix 32-bit x86 build by setting pvshim configure flags

2021-04-15 Thread Bertrand Marquis
Hi Christopher, > On 15 Apr 2021, at 00:39, Christopher Clark via lists.yoctoproject.org > wrote: > > Enable building the PV shim for x86_64 only. > > Signed-off-by: Christopher Clark Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > recipes-extended/xen/xen.in

Re: [meta-virtualization][PATCH v2 2/6] xen, xen-tools: add recipes for new stable Xen 4.15 release

2021-04-15 Thread Bertrand Marquis
Hi Christopher, > On 15 Apr 2021, at 00:39, Christopher Clark via lists.yoctoproject.org > wrote: > > Added as non-default, retaining the Xen 4.14 recipes as the default > preferred version for the Hardknott release. > > Signed-off-by: Christopher Clark > --- >

Re: [meta-virtualization] [PATCH 2/2] podman: Added kernel modules for iptables error

2021-04-14 Thread Bertrand Marquis
Hi, > On 14 Apr 2021, at 09:13, Nathan Dunne via lists.yoctoproject.org > wrote: > > Added kernel modules kernel-module-xt-masquerade and > kernel-module-xt-comment to RRECOMMENDS, to avoid iptables > errors with podman > > Signed-off-by: Nathan Dunne Reviewed-by: B

Re: [meta-virtualization] [PATCH 1/2] busybox: Add nsenter for podman runtime

2021-04-14 Thread Bertrand Marquis
Hi Nathan, > On 14 Apr 2021, at 09:13, Nathan Dunne via lists.yoctoproject.org > wrote: > > Signed-off-by: Nathan Dunne Reviewed-by: Bertrand Marquis NIT: Maybe the commiter could add a simple commit message like: Add nsenter to Busybox configuration as it is required by Podma

Re: [meta-virtualization][PATCH 2/2] xen, xen-tools: upgrade version to latest 4.15

2021-04-14 Thread Bertrand Marquis
Hi Christopher, > On 14 Apr 2021, at 06:13, Christopher Clark via lists.yoctoproject.org > wrote: > > On Tue, Apr 13, 2021 at 6:24 AM Bertrand Marquis > wrote: >> >> Hi, >> >>> On 13 Apr 2021, at 13:51, Bruce Ashfield via lists.yoctoproject.org >&g

Re: [meta-virtualization][PATCH 2/2] xen, xen-tools: upgrade version to latest 4.15

2021-04-13 Thread Bertrand Marquis
Hi, > On 13 Apr 2021, at 13:51, Bruce Ashfield via lists.yoctoproject.org > wrote: > > On Tue, Apr 13, 2021 at 3:50 AM Bertrand Marquis > wrote: >> >> Hi Christopher, >> >>> On 13 Apr 2021, at 04:09, Christopher Clark via lists.yoctoproject.org

Re: [meta-virtualization][PATCH 1/2] xtf: introduce recipe for the Xen Test Framework

2021-04-13 Thread Bertrand Marquis
Hi Christopher, > On 13 Apr 2021, at 07:43, Christopher Clark via lists.yoctoproject.org > wrote: > Very nice feature, we are working on adding support for arm on XTF and this will be really usefull. On my test I have some errors during the packing of XTF: ERROR:

Re: [meta-virtualization][PATCH 2/2] xen, xen-tools: upgrade version to latest 4.15

2021-04-13 Thread Bertrand Marquis
Hi Christopher, > On 13 Apr 2021, at 04:09, Christopher Clark via lists.yoctoproject.org > wrote: > > Update the git recipes revision to the recent master branch point for > starting 4.16 development. > > Remove the xen-tools python patch for 4.14. I do not think the 4.14 recipe should be

[meta-virtualization] [PATCH] seabios: upgrade to version 1.14.0

2021-03-09 Thread Bertrand Marquis
Signed-off-by: Bertrand Marquis --- This change has only be tested to compile properly by building an x86_64 image for qemu x86_64 with Xen activated. I could not check that the generated binaries by seabios are properly working. --- .../seabios/{seabios_1.13.0.bb => seabios_1.14.0.bb} | 4

Re: [meta-virtualization] [PATCH] xen: Bump SRCREV to 4.14.1 and current master

2021-03-05 Thread Bertrand Marquis
Hi Bruce, > On 4 Mar 2021, at 18:15, Bruce Ashfield wrote: > > On Thu, Mar 4, 2021 at 12:37 PM Bertrand Marquis > wrote: >> >> Hi Bruce, >> >>> On 18 Feb 2021, at 15:05, Bertrand Marquis via lists.yoctoproject.org >>> wrote: >>>

Re: [meta-virtualization] [PATCH] xen: Bump SRCREV to 4.14.1 and current master

2021-03-04 Thread Bertrand Marquis
Hi Bruce, > On 18 Feb 2021, at 15:05, Bertrand Marquis via lists.yoctoproject.org > wrote: > > This allows to remove some patches related to gcc 10 support which have > now been merged in Xen. > > Xen-tools is modified to include the latest tools installed with Xen: >

Re: [meta-virtualization] [PATCH] xen: Bump SRCREV to 4.14.1 and current master

2021-03-02 Thread Bertrand Marquis
lizat...@lists.yoctoproject.org> On Behalf Of Bertrand Marquis via >>> lists.yoctoproject.org >>> Sent: 18 February 2021 15:05 >>> To: meta-virtualization@lists.yoctoproject.org >>> Cc: nd >>> Subject: [meta-virtualization] [PATCH] xen: Bump

[meta-virtualization] [PATCH] xen: Bump SRCREV to 4.14.1 and current master

2021-02-18 Thread Bertrand Marquis
of the bash-completion, - a new xl example, - xen-access, - xen-memshare (only available on x86). A new patch to fix python and pygrub is added as the makefiles have been deeply modified in 4.15 which require a new patch (but doing the same). Signed-off-by: Bertrand Marquis --- ...ython-pygrub-pass

Re: [meta-virtualization] [PATCH 0/2] Fix Xen compilation

2020-11-16 Thread Bertrand Marquis
> On 15 Nov 2020, at 04:00, Bruce Ashfield via lists.yoctoproject.org > wrote: > > In message: [meta-virtualization] [PATCH 0/2] Fix Xen compilation > on 09/11/2020 Bertrand Marquis wrote: > >> This serie contain 2 patches to fix Xen compilation: >> - on arm32 by

Re: [meta-virtualization] FYI: branching for Gatesgarth

2020-11-11 Thread Bertrand Marquis
Hi Bruce, > On 11 Nov 2020, at 13:52, Bruce Ashfield via lists.yoctoproject.org > wrote: > > Hi all, > > I had hoped to finish some k3s work before branching gatesgarth in meta-virt. > > That effort is dragging on a bit, so I'm doing some final sanity > builds now. If I'm not happen with k3s in

Re: [meta-virtualization] [PATCH 1/2] xen: Fix python libraries installation on multilib

2020-11-10 Thread Bertrand Marquis
Hi Christopher, > On 10 Nov 2020, at 07:47, Christopher Clark > wrote: > > On Mon, Nov 9, 2020 at 6:49 AM Bertrand Marquis > wrote: >> >> Fix install path for xen python libraries when multilib configuration is >> activated (which is mandatory to comp

[meta-virtualization] [PATCH 1/2] xen: Fix python libraries installation on multilib

2020-11-09 Thread Bertrand Marquis
Fix install path for xen python libraries when multilib configuration is activated (which is mandatory to compile xen for x86_64). Depending on the version of Xen, the libraries are installed on lib or on the nonarch lib directory so add both. Signed-off-by: Bertrand Marquis Change-Id

[meta-virtualization] [PATCH 2/2] xen: Fix xenpmd compilation error on arm32

2020-11-09 Thread Bertrand Marquis
Add patch merged in current Xen master to solve compilation errors on xenmpd when Xen is compiled for arm32. Signed-off-by: Bertrand Marquis Change-Id: Ifd94aa30e1b3a1016156ead395688f594ad2711d --- ...ls-xenpmd-Fix-gcc10-snprintf-warning.patch | 60 +++ recipes-extended/xen/xen

[meta-virtualization] [PATCH 0/2] Fix Xen compilation

2020-11-09 Thread Bertrand Marquis
. Bertrand Marquis (2): xen: Fix python libraries installation on multilib xen: Fix xenpmd compilation error on arm32 ...ls-xenpmd-Fix-gcc10-snprintf-warning.patch | 60 +++ recipes-extended/xen/xen-tools.inc| 2 + recipes-extended/xen/xen-tools_4.14.bb| 1

Re: [meta-virtualization][PATCH v2] xen: Fix menuconfig and add support for config fragments and diffconfig

2020-08-27 Thread Bertrand Marquis
ee by EOD. > I have a recurrent task to check for pending pushes on different mailing lists ;-) Perfect thanks a lot :-) Bertrand > Bruce > > On Thu, Aug 27, 2020 at 10:10 AM Bertrand Marquis > wrote: >> >> Gentle ping :-) >> >> Bertrand >> >>

Re: [meta-virtualization][PATCH v2] xen: Fix menuconfig and add support for config fragments and diffconfig

2020-08-27 Thread Bertrand Marquis
Gentle ping :-) Bertrand > On 17 Aug 2020, at 08:55, Bertrand Marquis via lists.yoctoproject.org > wrote: > > > >> On 17 Aug 2020, at 02:34, Bruce Ashfield via lists.yoctoproject.org >> wrote: >> >> In message: [meta-virtualization][PATCH v2]

Re: [meta-virtualization][PATCH v2] xen: Fix menuconfig and add support for config fragments and diffconfig

2020-08-17 Thread Bertrand Marquis
-location.patch >>- Call find_cfgs function only once in >> recipes-extended/xen/xen-hypervisor.inc > > > v2 looks good to me. > > Christopher, do you agree ? I tested it and it worked for me, including modifying the xen configuration. So you can add my: Reviewed-by: Bertr

Re: [meta-virtualization][PATCH v2 00/11] Xen on Raspberry Pi 4

2020-07-01 Thread Bertrand Marquis
> On 1 Jul 2020, at 13:53, Bruce Ashfield wrote: > > On Wed, Jul 1, 2020 at 6:04 AM Bertrand Marquis > wrote: >> >> Hi Christopher, >> >>> On 1 Jul 2020, at 06:52, Christopher Clark >>> wrote: >>> >>> On Tue,

Re: [meta-virtualization][PATCH v2 00/11] Xen on Raspberry Pi 4

2020-07-01 Thread Bertrand Marquis
Hi Christopher, > On 1 Jul 2020, at 06:52, Christopher Clark > wrote: > > On Tue, Jun 30, 2020 at 1:13 AM Bertrand Marquis > wrote: >> >> HI >> >>> On 30 Jun 2020, at 02:54, Christopher Clark via lists.yoctoproject.org >>> wrote: >

Re: [meta-virtualization][PATCH v2 00/11] Xen on Raspberry Pi 4

2020-06-30 Thread Bertrand Marquis
HI > On 30 Jun 2020, at 02:54, Christopher Clark via lists.yoctoproject.org > wrote: > > This series introduces support for running Xen on the Raspberry Pi 4 > board, with meta-virtualization and meta-raspberrypi, using the > linux-raspberrypi kernel at version 5.4 which is the current >

Re: [meta-virtualization] Xen on Raspberry Pi 4 (was "How to resolve the ERROR: xen-image-minimal-1.0-r0 do_rootfs: Function failed: do_rootfs. and ERROR: xen-image-minimal-1.0-r0 do_rootfs: Could not

2020-06-17 Thread Bertrand Marquis
> On 17 Jun 2020, at 13:48, Bruce Ashfield via lists.yoctoproject.org > wrote: > > On Wed, Jun 17, 2020 at 8:45 AM Bruce Ashfield via > lists.yoctoproject.org > wrote: >> >> On Wed, Jun 17, 2020 at 4:29 AM Bertrand Marquis >> wrote: >>>

Re: [meta-virtualization] Xen on Raspberry Pi 4 (was "How to resolve the ERROR: xen-image-minimal-1.0-r0 do_rootfs: Function failed: do_rootfs. and ERROR: xen-image-minimal-1.0-r0 do_rootfs: Could not

2020-06-17 Thread Bertrand Marquis
> On 17 Jun 2020, at 13:48, Bruce Ashfield via lists.yoctoproject.org > wrote: > > On Wed, Jun 17, 2020 at 8:45 AM Bruce Ashfield via > lists.yoctoproject.org > wrote: >> >> On Wed, Jun 17, 2020 at 4:29 AM Bertrand Marquis >> wrote: >>>

  1   2   >