Re: [PATCH v2 01/10] math64.h: Add mul_s64_u64_shr()

From: Sean Christopherson
Date: Tue May 18 2021 - 18:37:05 EST


On Wed, May 12, 2021, Ilias Stamatis wrote:
> This function is needed for the nested TSC scaling code where we need to

s/the nested/KVM's nested virtualization. Non-KVM folk will have no idea what
"nested" means without context. They may know not what nested virtualization is,
but this will at least give them a starting point for asking the right questions.

> multiply the signed TSC offset with the unsigned TSC multiplier.