From ce061867aa2877605cda96fa8ec7dff15f70a983 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Sun, 6 Jun 2010 14:38:12 +0300 Subject: [PATCH] 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-format-patch failed