From: Nicola Vetrini <nicola.vetrini@bugseng.com>
To: Sergiy Kibrik <Sergiy_Kibrik@epam.com>
Cc: xen-devel@lists.xenproject.org,
Doug Goldstein <cardoe@cardoe.com>,
Stefano Stabellini <sstabellini@kernel.org>
Subject: Re: [PATCH v2 3/4] automation: rename CONFIG_MEM_ACCESS -> CONFIG_VM_EVENT
Date: Wed, 22 Jan 2025 09:03:35 +0100 [thread overview]
Message-ID: <da69069d1e0dcc157abdf078790c2b34@bugseng.com> (raw)
In-Reply-To: <e43444e0cd04bf08edf47ee4c56d0aa675d19534.1737452864.git.Sergiy_Kibrik@epam.com>
On 2025-01-21 11:23, Sergiy Kibrik wrote:
> Following the renaming of Xen build option.
>
> Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com>
For the ECLAIR part:
Reviewed-by: Nicola Vetrini <nicola.vetrini@bugseng.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 --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
--
Nicola Vetrini, B.Sc.
Software Engineer
BUGSENG (https://bugseng.com)
LinkedIn: https://www.linkedin.com/in/nicola-vetrini-a42471253
next prev parent reply other threads:[~2025-01-22 8:03 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-21 10:17 [PATCH v2 0/4] make build of vm_event/mem_access/monitor optional Sergiy Kibrik
2025-01-21 10:19 ` [PATCH v2 1/4] xen: kconfig: rename MEM_ACCESS -> VM_EVENT Sergiy Kibrik
2025-01-30 13:24 ` Jan Beulich
2025-01-31 0:26 ` Tamas K Lengyel
2025-01-31 6:30 ` Jan Beulich
2025-01-31 23:36 ` Tamas K Lengyel
2025-02-03 7:36 ` Jan Beulich
2025-02-04 1:07 ` Tamas K Lengyel
2025-01-30 13:26 ` Jan Beulich
2025-01-31 0:29 ` Tamas K Lengyel
2025-01-21 10:21 ` [PATCH v2 2/4] x86:monitor: control monitor.c build with CONFIG_VM_EVENT option Sergiy Kibrik
2025-01-30 13:27 ` Jan Beulich
2025-01-21 10:23 ` [PATCH v2 3/4] automation: rename CONFIG_MEM_ACCESS -> CONFIG_VM_EVENT Sergiy Kibrik
2025-01-22 8:03 ` Nicola Vetrini [this message]
2025-01-30 13:14 ` Jan Beulich
2025-01-21 10:25 ` [PATCH v2 4/4] xen: mem_access: conditionally compile vm_event.c & monitor.c Sergiy Kibrik
2025-01-30 13:32 ` Jan Beulich
2025-01-31 0:33 ` Tamas K Lengyel
2025-01-31 6:42 ` Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=da69069d1e0dcc157abdf078790c2b34@bugseng.com \
--to=nicola.vetrini@bugseng.com \
--cc=Sergiy_Kibrik@epam.com \
--cc=cardoe@cardoe.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.