[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/6] x86/hvm: Enable guest access to MSR_PKRS
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 21 Dec 2021 12:58: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=gZkTUfBEpMtfcW2+wcrYiy0GqhKWAAI5fRJa3HM6GUo=; b=Dqp4f6TqxBcuCVQcCVI0a2BnXy4pcJCMVaaDQU55EIcjFkqOOpZf/jDKxlKxugcf9UU7ZEEMe3YaYKwOAN828YW+ppnvZsG2f4mdkhptWrEGiCQeGUDNOL4b6XPHNQJTQDK55uiDu8b1dlbP4LSflWuyXZE33XZwn3KUK3wwFC3C/mrZDKMXeqbxBZFDljuTKkRydLPGTPpzTmHy7nTu6CAgsc2ISgBIhToNzWi+uf0K1MjfMDcJWOa8NeQy6BDgG40G/BxTQ+RjH+UnQTldJJvTFhEwTZqIUXydUEyp/qW3zF/OkzH056Yytr/9OWXtTYeXz1udrw0AYlNPpZf13g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mq7vXeZEGGKkEro6Oqw5QSaV1sigj8wZwueJeUaci1ksWRddT69qX58z/Wp42wCDqB2UH8k6ddUddAcQRwTVKCA88yKfBwNOYqjtDIVUd83qyVrKVOZgJKE55GS6wgh5W0xQGbdx3xKWIrGdInXSgKUUYemi2gGe6mF7uevzj3JXrAug9Vk3CNLLeRcQjBAvsg8/9a2A5bx/G1bIAGnHDicfym4ECa6Id/e9KsoINpeVkGfTpAlftSsNh0nrPj0En7rDYUq55CcmmUajyxfI/CLADjJZU68TKmlRhOO7fNJz4vTtF3mRyYVj0fL7bwctAJcfxLLl0MOvuZXgZmq+iw==
- 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>, Kevin Tian <kevin.tian@xxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Tue, 21 Dec 2021 11:58:54 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 16.12.2021 10:54, Andrew Cooper wrote:
> Have guest_{rd,wr}msr() access either the live register, or stashed state,
> depending on context. Include MSR_PKRS for migration, and let the guest have
> full access.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
|