Re: [PATCH] KVM: x86/mmu: Handle "default" period when selectively waking kthread

From: Paolo Bonzini
Date: Fri Nov 26 2021 - 08:12:45 EST


On 11/20/21 02:57, Sean Christopherson wrote:
+/*
+ * Calculate the effective recovery period, accounting for '0' meaning "let KVM
+ * select a period of ~1 hour per page". Returns true if recovery is enabled.
+ */

Slightly better: "let KVM select a halving time of ~1 hour". Queued with this change, thanks.

Paolo