Re: [RFC PATCH] clocksource: hyper-v: Enable the tsc_page for a TDX VM in TD mode

2024-05-28 Thread kirill.shute...@linux.intel.com
On Fri, May 24, 2024 at 08:45:42AM +, Dexuan Cui wrote: > > From: Dave Hansen > > Sent: Thursday, May 23, 2024 7:26 AM > > [...] > > On 5/22/24 19:24, Dexuan Cui wrote: > > ... > > > +static bool noinstr intel_cc_platform_td_l2(enum cc_attr attr) > > > +{ > > > + switch (attr) { > > > + case C

Re: [PATCH v3 1/3] x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callback

2024-01-15 Thread kirill.shute...@linux.intel.com
On Fri, Jan 12, 2024 at 07:24:35PM +, Michael Kelley wrote: > From: Edgecombe, Rick P Sent: Friday, January > 12, 2024 9:17 AM > > > > On Fri, 2024-01-12 at 15:07 +, Michael Kelley wrote: > > > The comment is Kirill Shutemov's suggestion based on comments in > > > an earlier version of t