[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 7/8] x86/msr: AMD MSR_SPEC_CTRL infrastructure
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 27 Jan 2022 14:06:34 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=YTbiYMKeLeRRmUX8jCfhFqVZvJXEo8KcAB5kW2YxVWk=; b=mZt7JQkli04EbbNg4q+ClUvB3MNNRzJLbQtJTCwV8oLgE7DVyYug/JLka614v6VBtNFQUjn6ypS5p/Sjg65GhHK8WaJGnbP6ES/BILCd9mxI3XmtDPhO1AQT+ifVbbRKSuIqZqVBwqQgP7PAP18e95rLogiJglUZ33k7UlJ2ByzlZ+HJqNKF0z0u4LlpDilrKeaGA+HtRksWq1+QQ8LE6QpgOXNj/NYHP4ek68eXDsnkcbxsmBTXoqj0WCeGW8wBlDtrdhckWVvfvdUitfzmiDopW8mH1q0Ppg3vpvmIxj0XYH1pO4Wwk9iQ4q7MqZ9YfV31FEKICB3eHzwV28BKGQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mwnxHPy5iIvf1GNdMDx6ldQUvXS2EwzryFEfUdsLaSa/znesyaKsDCpnOfLDwruSQFVTX9tikg/kVECqMNHKFRl7LjApp7HwiwStxWS14oLUleH10JAynO+atqTs11cnxHBaDnirTWHrWT0kn9B9d+5r+GgCbJGCcej5aLALPNL6ACfhl9zefkfrGwiiZ7ivoH4L5lVSJWq1LCC+aiPaAd3Z1cTsijx5LJeYWC8n7lJ0Lsvu5hhmthTMLHgih/tu7v+/NUZx0BWRP4yT70N68R0pIkH5wYY8NaaAJBsVBVJmkWKnDF29dTCTeYKNm6ZQwVasT4pIarmG+W36QsE6tw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 27 Jan 2022 13:06:46 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 26.01.2022 09:44, Andrew Cooper wrote:
> Fill in VMCB accessors for spec_ctrl in svm_{get,set}_reg(), and CPUID checks
> for all supported bits in guest_{rd,wr}msr().
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
|