[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Howto read MSR thermal under XEN-4.15.0
- To: Julien Grall <julien@xxxxxxx>, Bobbi Sanchez <bobbisanchez@xxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 17 Jun 2021 13:26:51 +0200
- 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-SenderADCheck; bh=lrrhj9SYZqIh8aS7IWlO2rnbf3bc7oJzJyiLEXjp+AQ=; b=VbA98o5FtXj/pMqC0vLcB+vBQiSrFctO3YnPI6g0/3czTZ7fRBcX8nAH1RZP6PjuAZhd6ksu9LvfgKCECSpdQBEotq9q7DZQJio9ZILVQ5eBgOyINjs+F1kyZk+kaH2EfJ33RhJGsBOAe6+ujzvhPpZHQq/aTDtio8X8Dlt56/0nm0LmCnWVOwmwdMfMSqsfxlE1ixCdjwqpqDR0FHGEiQbB3Q9kzmMQ+cCgbP5cighB9+st+OPRott9LV8tT9jEGPpQn91DDaSqWIYrCVXlBF5TaSU5hgSMBIlx47phgtHI1JtM7NVTHgQzxR5m6zbEW+3+yOGInoZHXl8DtWuHdg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cAk1MEM9+wMFafNT9hMCIU7QiDCvYmlZJZ4l5dHZtrYrsCvjEHi2qaE3tpzWrWUvIuskx/0hjsdR1kKy+upnj8ptShrIWmcidcDSldgpjuDAkLDYV7gTJWZGG73hww4PHSU0W6MNOedIRrj3cuhejMChKkPQa5mg9CSzfetzpsXaE3+KcBG8VjMawB2nNg+OG5872LzMhh/USESNUM7T8PBBVQUhG8jJxqU/3JrYhtBMiPL3o/0+4cNMMQ3sTvt1wvQ3pxQ1gAyaWDnahkuxNvhtbLGi+FH7qmNXFqql5LFNZ5RscRj4ydoGz0f7JQVhMp2N3jsLRWQSCib9U5FNMA==
- Authentication-results: citrix.com; dkim=none (message not signed) header.d=none;citrix.com; dmarc=none action=none header.from=suse.com;
- Cc: Xen-users@xxxxxxxxxxxxxxxxxxxx, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Delivery-date: Thu, 17 Jun 2021 11:27:16 +0000
- List-id: Xen user discussion <xen-users.lists.xenproject.org>
On 17.06.2021 13:09, Julien Grall wrote:
> On 16/06/2021 23:39, Bobbi Sanchez wrote:
>> how can i read the MSR Thermal Values under XEN-4.15.0 ?
>>
>> Usually without having XEN-4.15.0 installed i can read the MSR Thermal
>> Values like this:
>>
>> rdmsr -p 0 -d -f22:16 0x19c
>>
>> this works for my Core2Quod Q6600.
>>
>> But after having xen-4.15.0 installed and booted, same command shows now: 0
>
> I believe the access was restricted as part of XSA-351 [1]. I am not
> sure if there are a safe generic way to access them. I will let Andrew
> and Jan commenting.
just as additional context (i.e. on top of Andrew's reply): It wasn't
that XSA, but our general switch of policy from blacklisting to
whitelisting MSRs. The XSA was about *_POWER_* and *_PERF_* MSRs.
Jan
|