From: Mario Smarduch Date: Thu, 15 Jan 2015 23:58:53 +0000 (-0800) Subject: KVM: Add generic support for dirty page logging X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~97^2~37^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0513b5b8ffbcb0cc89e2f172c0bcb70497ba2e;p=pandora-kernel.git KVM: Add generic support for dirty page logging kvm_get_dirty_log() provides generic handling of dirty bitmap, currently reused by several architectures. Building on that we intrdoduce kvm_get_dirty_log_protect() adding write protection to mark these pages dirty for future write access, before next KVM_GET_DIRTY_LOG ioctl call from user space. Reviewed-by: Christoffer Dall Signed-off-by: Mario Smarduch --- Reading git-diff-tree failed