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

2022-06-09 Thread Michal Orzel
by disabling highmem on qemuarm. Signed-off-by: Michal Orzel --- classes/qemuboot-xen-defaults.bbclass | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/classes/qemuboot-xen-defaults.bbclass b/classes/qemuboot-xen-defaults.bbclass index f1550cc..460cbe6 100644 --- a

[meta-virtualization] [PATCH 0/2] xen: PCI runqemu issue follow-up

2022-06-09 Thread Michal Orzel
This series acts as a follow-up to the commit: fb0a7b97db4f ("xen: Disable PCI on qemuarm with Xen") This wants to be backported to kirkstone. Michal Orzel (2): Revert "xen: Disable PCI on qemuarm with Xen" xen: Disable highmem on qemuarm classes/qemuboot-xen-d

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

2022-06-09 Thread Michal Orzel
disable highmem option in qemu which will cause placing ECAM space in the 32-bit space. Signed-off-by: Michal Orzel --- classes/qemuboot-xen-dtb.bbclass | 22 -- 1 file changed, 22 deletions(-) diff --git a/classes/qemuboot-xen-dtb.bbclass b/classes/qemuboot-xen-dtb.bbclass

[meta-virtualization] [PATCH v2 3/3] xen: Remove 4.14 recipes and related patches

2022-04-19 Thread Michal Orzel
We shall only have recipes for the last two stable releases, thus get rid of the 4.14 recipes and the corresponding patches. Signed-off-by: Michal Orzel Reviewed-by: Christopher Clark Reviewed-by: Bertrand Marquis --- Changes since v1: -none --- ...-stand-alone-set-of-headers-Xen-4.14.patch

[meta-virtualization] [PATCH v2 2/3] xen: Add recipes for stable Xen 4.16 release and update master

2022-04-19 Thread Michal Orzel
4.17 as this is the current development version. Signed-off-by: Michal Orzel Reviewed-by: Christopher Clark Reviewed-by: Bertrand Marquis --- Changes since v1: -update SRCREV of 4.16 recipes to 4.16.1 as it was released a few days ago --- .../include/meta-virt-default-versions.inc| 4

[meta-virtualization] [PATCH v2 1/3] xen: Bump SRCREV of 4.15 recipes to 4.15.2

2022-04-19 Thread Michal Orzel
Bump SRCREV version of xen recipes to use the latest 4.15 release which is 4.15.2. Signed-off-by: Michal Orzel Reviewed-by: Christopher Clark Reviewed-by: Bertrand Marquis --- Changes since v1: -none --- recipes-extended/xen/xen-tools_4.15.bb | 4 ++-- recipes-extended/xen/xen_4.15.bb

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

2022-04-19 Thread Michal Orzel
all the patches. 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 .../include/meta-virt-default-versions.inc| 4 +- ...-stand-alone-set-of-headers-Xen-4.14.patch | 178

[meta-virtualization] [PATCH 3/3] xen: Remove 4.14 recipes and related patches

2022-04-08 Thread Michal Orzel
We shall only have recipes for the last two stable releases, thus get rid of the 4.14 recipes and the corresponding patches. Signed-off-by: Michal Orzel --- ...-stand-alone-set-of-headers-Xen-4.14.patch | 178 -- ...ython-pygrub-pass-DISTUTILS-xen-4.14.patch | 66 --- ...d

[meta-virtualization] [PATCH 2/3] xen: Add recipes for stable Xen 4.16 release and update master

2022-04-08 Thread Michal Orzel
4.17 as this is the current development version. Signed-off-by: Michal Orzel --- .../include/meta-virt-default-versions.inc| 4 ++-- recipes-extended/xen/xen-tools_4.16.bb| 19 +++ recipes-extended/xen/xen-tools_git.bb | 6 +++--- recipes-extended/xen/xen_4.16

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

2022-04-08 Thread Michal Orzel
Before the next Yocto release, Xen recipes need to be updated. This patch series: - updates 4.15 recipes - introduces 4.16 recipes - removes 4.14 recipes 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

[meta-virtualization] [PATCH 1/3] xen: Bump SRCREV of 4.15 recipes to 4.15.2

2022-04-08 Thread Michal Orzel
Bump SRCREV version of xen recipes to use the latest 4.15 release which is 4.15.2. Signed-off-by: Michal Orzel --- recipes-extended/xen/xen-tools_4.15.bb | 4 ++-- recipes-extended/xen/xen_4.15.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-extended