From: Joerg Roedel Date: Fri, 7 Aug 2009 09:49:45 +0000 (+0200) Subject: KVM: SVM: remove unnecessary is_nested check from svm_cpu_run X-Git-Tag: v2.6.32-rc1~693^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda0ffdd862d36d0b054249ce920f00d1dbae037;p=pandora-kernel.git KVM: SVM: remove unnecessary is_nested check from svm_cpu_run This check is not necessary. We have to sync the vcpu->arch.cr2 always back to the VMCB. This patch remove the is_nested check. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed