All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Support for Intel temperature sensors (DTS)
@ 2025-12-09 17:19 Teddy Astie
  2025-12-09 17:19 ` [PATCH v3 2/3] x86/platform: Expose DTS sensors MSR Teddy Astie
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Teddy Astie @ 2025-12-09 17:19 UTC (permalink / raw)
  To: xen-devel
  Cc: Teddy Astie, Jan Beulich, Andrew Cooper, Roger Pau Monné,
	Anthony PERARD

The idea here is to expose the DTS sensors through XENPF_resource_op
and expose it for the user through xenpm.

v3:
 - use msr-index.h instead of adding defines to MSRs in xenpm

v2:
 - moved userland part to xenpm
 - use cpu policy infrastructure instead of inline cpuid

Teddy Astie (3):
  x86/cpu-policy: Infrastructure for CPUID leaf 0x6
  x86/platform: Expose DTS sensors MSR
  xenpm: Add get-intel-temp subcommand

 tools/misc/xenpm.c                   | 91 +++++++++++++++++++++++++++-
 xen/arch/x86/include/asm/msr-index.h |  3 +
 xen/arch/x86/platform_hypercall.c    |  6 ++
 xen/include/xen/lib/x86/cpu-policy.h | 27 ++++++++-
 4 files changed, 125 insertions(+), 2 deletions(-)

-- 
2.51.2



--
Teddy Astie | Vates XCP-ng Developer

XCP-ng & Xen Orchestra - Vates solutions

web: https://vates.tech



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-12-18  9:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-09 17:19 [PATCH v3 0/3] Support for Intel temperature sensors (DTS) Teddy Astie
2025-12-09 17:19 ` [PATCH v3 2/3] x86/platform: Expose DTS sensors MSR Teddy Astie
2025-12-10  8:32   ` Jan Beulich
2025-12-10  9:24     ` Teddy Astie
2025-12-09 17:19 ` [PATCH v3 1/3] x86/cpu-policy: Infrastructure for CPUID leaf 0x6 Teddy Astie
2025-12-10  8:27   ` Jan Beulich
2025-12-09 17:19 ` [PATCH v3 3/3] xenpm: Add get-intel-temp subcommand Teddy Astie
2025-12-10  8:50   ` Jan Beulich
2025-12-10 10:26     ` Teddy Astie
2025-12-10 10:51       ` Jan Beulich
2025-12-10 10:37     ` Teddy Astie
2025-12-10 11:01       ` Jan Beulich
2025-12-18  9:37 ` [PATCH v3 0/3] Support for Intel temperature sensors (DTS) Oleksii Kurochko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.