From: Martin Schwidefsky Date: Fri, 18 Oct 2013 10:03:41 +0000 (+0200) Subject: KVM: s390/mm: use software dirty bit detection for user dirty tracking X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~67^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a61b222df75a6a69dc34816f7db2f61fee8c935;p=pandora-kernel.git KVM: s390/mm: use software dirty bit detection for user dirty tracking Switch the user dirty bit detection used for migration from the hardware provided host change-bit in the pgste to a fault based detection method. This reduced the dependency of the host from the storage key to a point where it becomes possible to enable the RCP bypass for KVM guests. The fault based dirty detection will only indicate changes caused by accesses via the guest address space. The hardware based method can detect all changes, even those caused by I/O or accesses via the kernel page table. The KVM/qemu code needs to take this into account. Signed-off-by: Martin Schwidefsky Signed-off-by: Dominik Dingel Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed