Re: [PATCH v2] x86/idle: Implement support for Meteor Lake

2025-07-08 Thread Jan Beulich
On 08.07.2025 12:09, Alex XZ Cypher Zero wrote: > Adds support for Meteor Lake C-states, following the reference implementation > in Linux. > > Signed-off-by: Alex XZ Cypher Zero I'm sorry, but this still isn't quite how it wants to be done. Besides some of the metadata from the Linux commits t

[PATCH v2] x86/idle: Implement support for Meteor Lake

2025-07-08 Thread Alex XZ Cypher Zero
Adds support for Meteor Lake C-states, following the reference implementation in Linux. Signed-off-by: Alex XZ Cypher Zero --- xen/arch/x86/cpu/mwait-idle.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/xen/arch/x86/cpu/mwait-idle.c b/xen/arch/x86/cpu/mwait-id