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

Re: [XEN PATCH v3 07/16] x86/hvm: guard AMD-V and Intel VT-x hvm_function_table initializers


  • To: Jan Beulich <jbeulich@xxxxxxxx>
  • From: Sergiy Kibrik <sergiy_kibrik@xxxxxxxx>
  • Date: Mon, 10 Jun 2024 13:30:06 +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=7g57bSPk8mp4js75g+IUlOwMXroVDSlfYL+EhouJvoo=; b=nDOQUVkRdkpyPUaXg1FFMpLEGa1Gf2HGYrbmNA2j2DSHo2heYCxlcKD/CjO//u22tG0LmsfaV6Ac7wmxRuSh8JLNy6PSO4XESzcNaYFvInU9xzQXrflJfhnCvUHUSRiNnciSxNItV4kgjCZmTznmJDyhyBH+/CWIHIkuYAH6SEo+I0w0QlbYRXOeBjfwXVm52SMDtwciMHOU3eHkDnHlW12KfIgKkG7ykWkRMCeE2DMUdPkDwy/ZExvIIFaGyJQpa5a1OvavHj4aXKJHST8FsB/R4kGSAGZJRiS2dJnprMuR9/b5MtmRXscvHMG6Qtf7rmiuVk50w7SPOcV3hEm3Tg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=IBUOC75GemOoBqVJFUwuIHnlBQIUHlh47DK0341pVXE5RYd/rMpe3KahmzJZnZC0hIMHKCSJaThTtbGg/CqtGhxaSoWgd9R6qAWjZ8lgKQW73aBxERdthnUXB3FHpUSlNrpOXaM7TFpyJE0T4xBfYJdsWDuVum4Uxd+cM8Vqhc+Ut7xsfyBijHzjElNKnILdC65+xOkll6TH7rB+XpeQlcozFMrd3U12bGCxL7zNEiSb1eDH4BkVo51c+21x41MWjnoO/BoiQP2w8YOmbmdfk7SEkc42v5MaYvnUOZ9jOkyRDPB1WoETlFHGYsZ8L6wULAM/QL+M6FnWLs1ma9tttA==
  • Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Xenia Ragiadakou <xenia.ragiadakou@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • Delivery-date: Mon, 10 Jun 2024 10:30:27 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

07.06.24 11:01, Jan Beulich:
On 03.06.2024 13:20, Sergiy Kibrik wrote:
From: Xenia Ragiadakou <burzalodowa@xxxxxxxxx>

Since start_svm() is AMD-V specific while start_vmx() is Intel VT-x specific,
any of them can potentially be excluded from build completely with CONFIG_SVM
or CONFIG_VMX options respectively, hence we have to explicitly check if
they're available and use specific macros using_{svm,vmx} for that.

Signed-off-by: Xenia Ragiadakou <burzalodowa@xxxxxxxxx>
Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@xxxxxxxx>

Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
yet again I think this could sensibly be folded with the earlier
two patches.


sure, I'll squash together patches 5,6,7

  -Sergiy



 


Rackspace

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