From: Andre Przywara Date: Sun, 11 Jan 2009 21:39:44 +0000 (+0100) Subject: KVM: SVM: set accessed bit for VMCB segment selectors X-Git-Tag: v2.6.30-rc1~664^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fbdc7a58512a6283e10fd27108197679db95ffa;p=pandora-kernel.git KVM: SVM: set accessed bit for VMCB segment selectors In the segment descriptor _cache_ the accessed bit is always set (although it can be cleared in the descriptor itself). Since Intel checks for this condition on a VMENTRY, set this bit in the AMD path to enable cross vendor migration. Cc: stable@kernel.org Signed-off-by: Andre Przywara Acked-By: Amit Shah Signed-off-by: Avi Kivity --- Reading git-diff-tree failed