On 18/03/21 15:09, Vitaly Kuznetsov wrote:
+ + /* 1% tolerance */ + GUEST_ASSERT(delta_ns * 100 < (t2 - t1) * 100);
Since I needed to add a printf to understand this one, I have also added a host-side test using KVM_GET_MSR, it doesn't hurt.
Paolo
On 18/03/21 15:09, Vitaly Kuznetsov wrote:
+ + /* 1% tolerance */ + GUEST_ASSERT(delta_ns * 100 < (t2 - t1) * 100);
Since I needed to add a printf to understand this one, I have also added a host-side test using KVM_GET_MSR, it doesn't hurt.
Paolo