[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH v1 15/15] x86/hvm: make AMD-V and Intel VT-x support configurable
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Sergiy Kibrik <sergiy_kibrik@xxxxxxxx>
- Date: Tue, 16 Apr 2024 13:16:42 +0300
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.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=ncGlppm32XK4vT3fDEKNCpA5e5RJxdU7Iqj66hOD2A0=; b=cn6RCAWeJ29A4vxNVAw+nS9uxU0LbvF9vJ5XXrLLVSep+0iUb4NIo6EAYCWJRCgGnjVuchDPOaqKqAbVJLe0ZBgYNXu0c1TZF4wVq1baU7cIMQnFTS4qemAhPLBlZe3E+Q2zEKlrLNtZYcviEptx2SDVCPe3Ne47iJwXHbGpSM447c9ZV1s7MNRbCGLZb4aVJeXiNngVrJhXkW/R6V25escNO3rL3bZwWmr3tupRN96SLRSyyVopzpIxbK/9GPYsmKodORVsp+SiJtOb43+NS1cjMfUGc6sSIA8nkVPBLmyemjqjRCONFuNE9BuxyTPEMLApd2gKPNAjBp03MRFVjQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Q293SwQjPGZ62cComV/uUJQAZw8Sp+gcThERMBt6bRSzjuZi41dmC6rWF6KPSwU/whjhgv9aDx/uUYdl5rnGbjPy3IjH4cQ0ZZZmPazrta+jMJt0517TxTu+hTp7BGt2Syr/Wte2sKWeGA562q5CNTAhssowZS6KBa6lT7CSFJSTj6zsFdK16G1WcIfP/CMO/KyLhGLQscnnYjXulDU1aMefHhVSKdR2lPPfPWAsYxc71b1K0v+ekJG+azL7WDwMIYSNV6l74A80yixFwr1DtZkETZojeKRzRy+UDN5deI/qgC+2yufhz09OFl2ClzRwFcpv1Km3yVwvqXTPMMTBKg==
- Cc: Jan Beulich <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Xenia Ragiadakou <xenia.ragiadakou@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Tue, 16 Apr 2024 10:17:05 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
16.04.24 12:36, Andrew Cooper:
Everything else seems ok, but there's no inherent dependency between
VMX/SVM and IOMMUs. There are certain features (HAP/IOMMU pagetable
sharing, posted interrupts) which do depend on both, but the vast
majority of functionality is independent.
It would be a legitimate config (although getting less plausible, these
days) to have PV && IOMMU && !HVM.
Furthermore, randconfig will do a better job without such restrictions
in place.
understood. I'll make a patch instead to guard posted interrupts calls
from iommu driver.
-Sergiy
|