Skip to content
Commit 15e86b0c authored by Florian Funke's avatar Florian Funke Committed by Martin Schwidefsky
Browse files

[S390] introduce dirty bit for kvm live migration



This patch defines a dirty bit in the PGSTE that can be used to implement
dirty pages logging for KVM's live migration. The bit is set in the
ptep_rcp_copy function, which is called to save dirty and referenced information
from the storage key in the PGSTE. The bit can be tested and reset by KVM using
the kvm_s390_test_and_clear_page_dirty function that is introduced by this patch.

Acked-by: default avatarCarsten Otte <cotte@de.ibm.com>
Signed-off-by: default avatarFlorian Funke <ffunke@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent ab1d848f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment