From: Avi Kivity Date: Thu, 31 May 2007 12:08:29 +0000 (+0300) Subject: KVM: MMU: Fold fix_write_pf() into set_pte_common() X-Git-Tag: v2.6.23-rc1~520^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a0a01ea9229e4f3f0f06e0584227e9687159a5;p=pandora-kernel.git KVM: MMU: Fold fix_write_pf() into set_pte_common() This prevents some work from being performed twice, and, more importantly, reduces the number of places where we modify shadow ptes. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed