From: Joerg Roedel Date: Fri, 10 Sep 2010 15:30:38 +0000 (+0200) Subject: KVM: MMU: Check for root_level instead of long mode X-Git-Tag: v2.6.37-rc1~142^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=957446afce22df9a42b9482fcd55985f4037fe66;p=pandora-kernel.git KVM: MMU: Check for root_level instead of long mode The walk_addr function checks for !is_long_mode in its 64 bit version. But what is meant here is a check for pae paging. Change the condition to really check for pae paging so that it also works with nested nested paging. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed