From: Avi Kivity Date: Sun, 9 Dec 2007 15:00:02 +0000 (+0200) Subject: KVM: MMU: Fix inherited permissions for emulated guest pte updates X-Git-Tag: v2.6.25-rc1~1138^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41074d07c78b086b18fc2af590caef05dbcca568;p=pandora-kernel.git KVM: MMU: Fix inherited permissions for emulated guest pte updates When we emulate a guest pte write, we fail to apply the correct inherited permissions from the parent ptes. Now that we store inherited permissions in the shadow page, we can use that to update the pte permissions correctly. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed