[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/4] common: Drop unneeded Arm dependency for static-evtchn


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Tue, 3 Jun 2025 12:03:26 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=iiTh8ZbLpUcLRcsbatZFM8R8LIAbDcOLOjknhBVFGw0=; b=W8a953zJNFMcwp4CgFIDNK0jUdRBRyTSgo7crIKnTA+4GkjxwU67n44sq/nyEYEExOO2EuDwG++sRG2etA6fYjFJZLg8r1lIcDrsyQixLw8aQJ+BZW5ZckFWgoa4BGxYILkgldBsO6HoqZmnckScCEkJI4bPw7hsLbVsnfH0gOYhdfKcZME0fRwJcgJsP6C86yd9YGtvb39OicVfmq4by+onLzfehJ8t1gtbAJa7FkPcwWCAHZ/wZpWzABkCLY49ZZEbekE70/WLoAsn3AD/GVAqa2E0DD4Fm7n3KxGLfsbl1YCQMTgQhHV802McSSPJtWRGo42XCh4v4MY2KZNkSA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Lj7nH4ln/xnasCYmjPA/3/b+buD87kS1kHqC/UyMW887BjKuNA3xEuAHcL8757b0F/3+B0X4BKr+298loywzGDMJMzXChTls+OsUzCAahjiuI9MZSV3RSMOrgf2EePNZUB9qJYVaZSi5m1OwuJrZJxWr7NBknHElsTqhwFZQpij9L1cH1apXIVhMVKzkPDuDlqJWw8LFAWg4KTnvzspt5OJK4I7CdOD6XqTPNgJURzBQRuiRxsXPBksbFKcIJHtoJD5oUxAZ5H1vaL8id5KaJdIthkx65G4hv6nmCLBdkf3POYWXsfE9V/KuVf44Yn2ava8xoyIAugxJAjePBnDTUA==
  • Cc: Michal Orzel <michal.orzel@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, "Jan Beulich" <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, "Stefano Stabellini" <sstabellini@xxxxxxxxxx>
  • Delivery-date: Tue, 03 Jun 2025 10:03:48 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

DOM0LESS_BOOT is sufficient (only Arm selects it today). If needed,
proper arch dependency can be introduced while adding support for it for
another architecture.

Suggested-by: Jan Beulich <jbeulich@xxxxxxxx>
Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
---
 xen/common/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/common/Kconfig b/xen/common/Kconfig
index 0951d4c2f286..7ecf5a80315d 100644
--- a/xen/common/Kconfig
+++ b/xen/common/Kconfig
@@ -164,7 +164,7 @@ config STATIC_MEMORY
 
 config STATIC_EVTCHN
        bool "Static event channel support on a dom0less system"
-       depends on DOM0LESS_BOOT && ARM
+       depends on DOM0LESS_BOOT
        default y
        help
          This option enables establishing static event channel communication
-- 
2.25.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.