From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 22E58C02181 for ; Wed, 22 Jan 2025 08:03:56 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.875802.1286219 (Exim 4.92) (envelope-from ) id 1taVi8-0004vA-GO; Wed, 22 Jan 2025 08:03:40 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 875802.1286219; Wed, 22 Jan 2025 08:03:40 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1taVi8-0004v3-Do; Wed, 22 Jan 2025 08:03:40 +0000 Received: by outflank-mailman (input) for mailman id 875802; Wed, 22 Jan 2025 08:03:38 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1taVi6-0004ux-A3 for xen-devel@lists.xenproject.org; Wed, 22 Jan 2025 08:03:38 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 617fc6f2-d897-11ef-99a4-01e77a169b0f; Wed, 22 Jan 2025 09:03:36 +0100 (CET) Received: from support.bugseng.com (support.bugseng.com [162.55.131.47]) by support.bugseng.com (Postfix) with ESMTPA id 29DCC4EEDA0A; Wed, 22 Jan 2025 09:03:35 +0100 (CET) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 617fc6f2-d897-11ef-99a4-01e77a169b0f DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bugseng.com; s=mail; t=1737533015; bh=Ua93nFhI/sq4o/07h6AHLt7Zh4Rtu0WNi8meYxH9LUc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Zqf6I9B/hU5C2veWXkP75JvxehbS/g5T94KKutUsmnMEVCPun7k/rVAMlc/nPG31w fICeoUdQh5rnWBsPYRmTcEYwK/KbQcHVbc12NwejfHO8k0MkKhQ1I3ugoH34m/a5Yl RJeQBfrFoRrGI3oFq6xtuSH/J1jA+LCodB6NSMhp3f2h98DNpK4m5fww6UM7/XAoUY PuMbLkGqlVFm1ouI6LXbwcOBbA3mS5DBfq5et4u/uQcrXsmeQcaggQnPymld+PkfXp 5hRPXqf0dqxPvAGqpFb59uV07yQJJcVZdKyAdH3htw4Y8tqEcJ3/PXrAZGr5sKcLg2 DL/i9KBK2FanQ== MIME-Version: 1.0 Date: Wed, 22 Jan 2025 09:03:35 +0100 From: Nicola Vetrini To: Sergiy Kibrik Cc: xen-devel@lists.xenproject.org, Doug Goldstein , Stefano Stabellini Subject: Re: [PATCH v2 3/4] automation: rename CONFIG_MEM_ACCESS -> CONFIG_VM_EVENT In-Reply-To: References: Message-ID: X-Sender: nicola.vetrini@bugseng.com Organization: BUGSENG s.r.l. Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit On 2025-01-21 11:23, Sergiy Kibrik wrote: > Following the renaming of Xen build option. > > Signed-off-by: Sergiy Kibrik For the ECLAIR part: Reviewed-by: Nicola Vetrini > --- > 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