RE: [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop

2025-02-08 Thread Michael Kelley
From: Sean Christopherson Sent: Friday, February 7, 2025 9:23 AM > > Dropping a few people/lists whose emails are bouncing. > > On Fri, Jan 31, 2025, Sean Christopherson wrote: > > @@ -369,6 +369,11 @@ void __init kvmclock_init(void) > > #ifdef CONFIG_X86_LOCAL_APIC > > x86_cpuinit.early_p

RE: [PATCH v2] PCI: hv: Correct a comment

2025-02-08 Thread Michael Kelley
From: Easwar Hariharan Sent: Friday, February 7, 2025 11:07 AM > > The VF driver controls an endpoint attached to the pci-hyperv > controller. An invalidation sent by the PF driver in the host would be > delivered *to* the endpoint driver by the controller driver. > > Signed-off-by: Easwar Hari

RE: [PATCH v3 1/2] hyperv: Move hv_current_partition_id to arch-generic code

2025-02-08 Thread Michael Kelley
From: Nuno Das Neves Sent: Friday, February 7, 2025 11:03 AM > > Move hv_current_partition_id and hv_get_partition_id() to hv_common.c, > and call hv_get_partition_id() on arm64 in hyperv_init(). These aren't > specific to x86_64 and will be needed by common code. > > Set hv_current_partition_i