[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 8/8] x86/iommu: make AMD-Vi and Intel VT-d support configurable
- To: Xenia Ragiadakou <burzalodowa@xxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 12 Jan 2023 13:38:42 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=vGTUujg26/aFOTeDzWoP7dUsYAG6NhFV+q1kSVgBxUY=; b=R6Qfg45Ro9N0ZDO6mZsymbSRSFhj9EJzecGoO/rmKQj3N46WG7zS8rDmX5HGQahgu/OZbLjZ7Lcc1ihfUClNGQ0ncsVTZefjDJi9f7XyYUoaOGwae6CQv7OYSavWHUmE/3PhUEvcHJW/JF36FgpACUxVUO5JIOkkCNOESbMav8eykQP0i4+8uCjD3dGiqN0ltoPvpq/+TnHshqDjL99ta48t1f4X+wyzeVJfa6zDUanLPS6rSgmZQBLb6m/7k+NYxNMWH0iXix9hePmyrJjc7oUMkagU11+MkoBv4XcKz+b+5fTzhhBEC+RCwdZKTu1X/3g+aLR9hMZDIO2AHgjhFA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NwYYy558c98kKk98O+VctJnG1a/FElC7VxN26+COLLHPvK+rj6dBwOPWoz+hVhkpHYRksOKSVt6gacEBICkqrrkwd/c/JK85wCuBkiR6j+PPcFGMfSgwyaOgBtu1YUZms5rjH/sKxt1Wd8y03EWpzAXVgMvmorfLwJ7ctuTHxWWIoRD6hFr/+ji3b+c85OdWGXNtp/NW65B2+VDJxIb1sob/qRa3+H0/7qrsOPp0iGu3QYKLp0ChGCHejgUTNGx3NJ0vqce0qpgOE7t7sWaigmdOnpsBSz6yaAiUOztG1jriivWAgDPRKWYzv5YK4MuinH/sDiUZdqcFh4KmmLJJPw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Paul Durrant <paul@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 12 Jan 2023 12:38:51 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 04.01.2023 09:45, Xenia Ragiadakou wrote:
> Provide the user with configuration control over the IOMMU support by making
> AMD_IOMMU and INTEL_IOMMU options user selectable and able to be turned off.
>
> However, there are cases where the IOMMU support is required, for instance for
> a system with more than 254 CPUs. In order to prevent users from unknowingly
> disabling it and ending up with a broken hypervisor, make the support user
> selectable only if EXPERT is enabled.
>
> To preserve the current default configuration of an x86 system, both options
> depend on X86 and default to Y.
>
> Signed-off-by: Xenia Ragiadakou <burzalodowa@xxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|