Re: [PATCH v4 0/6] KVM: arm64: Enable ring-based dirty memory tracking

2022-09-27 Thread Marc Zyngier
+ Sean On Mon, 26 Sep 2022 20:54:33 -0400, Gavin Shan wrote: > > This series enables the ring-based dirty memory tracking for ARM64. > The feature has been available and enabled on x86 for a while. It > is beneficial when the number of dirty pages is small in a checkpointing > system or live

[PATCH v4 0/6] KVM: arm64: Enable ring-based dirty memory tracking

2022-09-26 Thread Gavin Shan
This series enables the ring-based dirty memory tracking for ARM64. The feature has been available and enabled on x86 for a while. It is beneficial when the number of dirty pages is small in a checkpointing system or live migration scenario. More details can be found from fb04a1eddb1a ("KVM: X86: