[PATCH 0/2] Create a test job for testing static memory on qemu

Xenia Ragiadakou posted 2 patches 1 year, 10 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220707203803.798317-1-burzalodowa@gmail.com
There is a newer version of this series
automation/build/README.md                 |   3 -
automation/configs/arm/static_mem          |   3 +
automation/gitlab-ci/test.yaml             |  24 +++++
automation/scripts/build                   |   8 +-
automation/scripts/containerize            |   1 -
automation/scripts/qemu-staticmem-arm64.sh | 114 +++++++++++++++++++++
6 files changed, 147 insertions(+), 6 deletions(-)
create mode 100644 automation/configs/arm/static_mem
create mode 100755 automation/scripts/qemu-staticmem-arm64.sh
[PATCH 0/2] Create a test job for testing static memory on qemu
Posted by Xenia Ragiadakou 1 year, 10 months ago
This patch series
- removes all the references to the XEN_CONFIG_EXPERT environmental variable
which is not used anymore
- creates a trivial arm64 test job that boots xen on qemu with a direct mapped
dom0less domu with static memory and verifies, based on its logs, that the
domu's memory node ranges are the same as the static memory ranges with which
it was configured

Xenia Ragiadakou (2):
  automation: Remove XEN_CONFIG_EXPERT leftovers
  automation: arm64: Create a test job for testing static allocation on
    qemu

 automation/build/README.md                 |   3 -
 automation/configs/arm/static_mem          |   3 +
 automation/gitlab-ci/test.yaml             |  24 +++++
 automation/scripts/build                   |   8 +-
 automation/scripts/containerize            |   1 -
 automation/scripts/qemu-staticmem-arm64.sh | 114 +++++++++++++++++++++
 6 files changed, 147 insertions(+), 6 deletions(-)
 create mode 100644 automation/configs/arm/static_mem
 create mode 100755 automation/scripts/qemu-staticmem-arm64.sh

-- 
2.34.1