diff mbox series

[v2,3/4] automation: rename CONFIG_MEM_ACCESS -> CONFIG_VM_EVENT

Message ID e43444e0cd04bf08edf47ee4c56d0aa675d19534.1737452864.git.Sergiy_Kibrik@epam.com (mailing list archive)
State New
Headers show
Series make build of vm_event/mem_access/monitor optional | expand

Commit Message

Sergiy Kibrik Jan. 21, 2025, 10:23 a.m. UTC
Following the renaming of Xen build option.

Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com>
---
 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 mbox series

Patch

diff --git a/automation/eclair_analysis/xen_arm_config b/automation/eclair_analysis/xen_arm_config
index 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_config
index 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=y
 
diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index 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