From: Avi Kivity Date: Sun, 6 Jun 2010 11:38:12 +0000 (+0300) Subject: KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte() X-Git-Tag: v2.6.36-rc1~580^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce061867aa2877605cda96fa8ec7dff15f70a983;p=pandora-kernel.git KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte() Since we need to make the check atomic, move it to the place that will set the new spte. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed