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

[PATCH v3 07/28] xen/domctl: make MGMT_HYPERCALLS transiently def_bool


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Penny Zheng <Penny.Zheng@xxxxxxx>
  • Date: Mon, 13 Oct 2025 18:15:19 +0800
  • 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=hMWhrUBqiBoALQdRloPk0tPwtfuVXQqmf7VPSSV0wkg=; b=w5nmqgKtg3auC3dqBlgW5DdlDiiT4T0vXEQTzLDCwthwjkRE+kkBiKHoK9WUS8pbZmgg1EHlMOg2NVPpU5AvoJXkeEShvP73v1Zwo/B7qp7NDRVjNAWblLJtOpr7o0e6vKsT+jvjsNTrWzntwrvj1W+1LO2AgA6SR7HBwqQ4KoSUlCuVxFkQqLo1CdvEUQAcJqsY5OpdPieizztX/pZJQqGGc2fpqCs/LSZJZZuipCeFi5kLd9yHr4y8c5IkHIa7veFL4wiSnWYqog9pCsxZUswy0pHq85LNIk4gEDzEdNDRsHAdVM/FFhaHBNAlrcVtJWRj0lYDmR2On5Q/kub+xw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=cMbftuS7zxQG6v4CJ0s1ljr+YaAANHFlPScEQyYiIeutmN/C9XUa2jIG2rBIDNv0QtKIFdAjQgmp3wOXvGKMqt4ZwUxM5Or2nM67CyuHOG1qhgxOoBBIPubHFTtBqjZLdylYZieuQfZVCtJLKtuP9LkxYb2IM4Bw0WoJz9xJq33KemExJ/cYFi7moPvi23rCEpeege/piVQ18vFKf2dcuNnpi3IwZ8D29lJjMJbzsykFQYBCvJb19tp7MiJlzjSL5nO3VOBeTmmgU6/nOzF+FCuLOoG3ve0I/9jGUE+x/p9M/H5c7Wt1XRGO7VwmloIMc4cdLdsEvZ/7ZI2os1JrIw==
  • Cc: <ray.huang@xxxxxxx>, <oleksii.kurochko@xxxxxxxxx>, Penny Zheng <Penny.Zheng@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, "Anthony PERARD" <anthony.perard@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, "Jan Beulich" <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, "Stefano Stabellini" <sstabellini@xxxxxxxxxx>
  • Delivery-date: Mon, 13 Oct 2025 10:16:54 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

In order to asist in reviewing/developing disabling domctl-op patch serie,
we will transiently make MGMT_HYPERCALLS def_bool. And it will become
optional at the last of domctl-op patch serie, where common/domctl.o's
building as a whole becomes dependent upon that setting.

Signed-off-by: Penny Zheng <Penny.Zheng@xxxxxxx>
---
v2 -> v3:
- new commit
---
 xen/common/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xen/common/Kconfig b/xen/common/Kconfig
index 7bd8a04730..807b213e8b 100644
--- a/xen/common/Kconfig
+++ b/xen/common/Kconfig
@@ -649,8 +649,7 @@ config SYSTEM_SUSPEND
          If unsure, say N.
 
 config MGMT_HYPERCALLS
-       bool "Enable privileged hypercalls for system management"
-       default y
+       def_bool y
        help
          This option shall only be disabled on some dom0less systems, or
          PV shim on x86, to reduce Xen footprint via managing unnessary
-- 
2.34.1




 


Rackspace

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