Re: [PATCH v9 0/8] KVM: Add virtualization support of split lock detection

From: Xiaoyao Li
Date: Sun May 17 2020 - 21:27:58 EST


On 5/9/2020 7:05 PM, Xiaoyao Li wrote:
This series aims to add the virtualization of split lock detection in
KVM.

Due to the fact that split lock detection is tightly coupled with CPU
model and CPU model is configurable by host VMM, we elect to use
paravirt method to expose and enumerate it for guest.

Thomas and Paolo,

Do you have time to have a look at this version?