From: Avi Kivity Date: Wed, 10 Jun 2009 11:24:23 +0000 (+0300) Subject: KVM: MMU: s/shadow_pte/spte/ X-Git-Tag: v2.6.32-rc1~693^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d555c333aa544b222fe077adcd5dfea024b2c913;p=pandora-kernel.git KVM: MMU: s/shadow_pte/spte/ We use shadow_pte and spte inconsistently, switch to the shorter spelling. Rename set_shadow_pte() to __set_spte() to avoid a conflict with the existing set_spte(), and to indicate its lowlevelness. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed