[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2 3/4] automation: rename CONFIG_MEM_ACCESS -> CONFIG_VM_EVENT
On 2025-01-21 11:23, Sergiy Kibrik wrote: Following the renaming of Xen build option. Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@xxxxxxxx> For the ECLAIR part: Reviewed-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx> --- automation/eclair_analysis/xen_arm_config | 2 +- automation/eclair_analysis/xen_x86_config | 2 +- automation/gitlab-ci/build.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)diff --git a/automation/eclair_analysis/xen_arm_config b/automation/eclair_analysis/xen_arm_configindex ef140ceb73..4b01ef51c5 100644 --- a/automation/eclair_analysis/xen_arm_config +++ b/automation/eclair_analysis/xen_arm_config @@ -63,7 +63,7 @@ CONFIG_HAS_DEVICE_TREE=y CONFIG_HAS_FAST_MULTIPLY=y CONFIG_HAS_PDX=y CONFIG_HAS_PMAP=y -# CONFIG_MEM_ACCESS is not set +# CONFIG_VM_EVENT is not set CONFIG_STATIC_MEMORY=y #diff --git a/automation/eclair_analysis/xen_x86_config b/automation/eclair_analysis/xen_x86_configindex abc44d43e1..9da3264dd0 100644 --- a/automation/eclair_analysis/xen_x86_config +++ b/automation/eclair_analysis/xen_x86_config @@ -54,7 +54,7 @@ CONFIG_HAS_PDX=y CONFIG_HAS_SCHED_GRANULARITY=y CONFIG_HAS_UBSAN=y CONFIG_MEM_ACCESS_ALWAYS_ON=y -CONFIG_MEM_ACCESS=y +CONFIG_VM_EVENT=y CONFIG_NEEDS_LIBELF=y CONFIG_NUMA=ydiff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yamlindex bc4a8a5ad2..ed65e2edd7 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -741,7 +741,7 @@ debian-12-riscv64-gcc: CONFIG_EXPERT=y CONFIG_GRANT_TABLE=n CONFIG_LIVEPATCH=n - CONFIG_MEM_ACCESS=n + CONFIG_VM_EVENT=n CONFIG_QEMU_PLATFORM=y CONFIG_XSM=n -- Nicola Vetrini, B.Sc. Software Engineer BUGSENG (https://bugseng.com) LinkedIn: https://www.linkedin.com/in/nicola-vetrini-a42471253
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |